public function Definition::getFactory in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/dependency-injection/Definition.php \Symfony\Component\DependencyInjection\Definition::getFactory()
Gets the factory.
Return value
string|array The PHP function or an array containing a class/Reference and a method to call
File
- vendor/
symfony/ dependency-injection/ Definition.php, line 79
Class
- Definition
- Definition represents a service definition.
Namespace
Symfony\Component\DependencyInjectionCode
public function getFactory() {
return $this->factory;
}