How can I get the baseUrl in the constructor or initialize() method of plugin?
You can get it by listening to the SpideringStartedEvent event, i.e. by providing a visit(SpideringStartedEvent event) method.
Log in to post a comment.
How can I get the baseUrl in the constructor or initialize() method of plugin?
You can get it by listening to the SpideringStartedEvent event, i.e. by providing a visit(SpideringStartedEvent event) method.