Gets the configurator to call after the service is fully initialized.
@api
Return value
mixed The PHP callable to call
File
- drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php, line 651
Class
- Definition
- Definition represents a service definition.
Namespace
Symfony\Component\DependencyInjection
Code
public function getConfigurator() {
return $this->configurator;
}