public function Definition::getConfigurator in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/dependency-injection/Definition.php \Symfony\Component\DependencyInjection\Definition::getConfigurator()
Gets the configurator to call after the service is fully initialized.
Return value
callable|null The PHP callable to call
File
- vendor/
symfony/ dependency-injection/ Definition.php, line 720
Class
- Definition
- Definition represents a service definition.
Namespace
Symfony\Component\DependencyInjectionCode
public function getConfigurator() {
return $this->configurator;
}