Gets the factory method.
@api
Return value
string The factory method name
File
- drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php, line 119
Class
- Definition
- Definition represents a service definition.
Namespace
Symfony\Component\DependencyInjection
Code
public function getFactoryMethod() {
return $this->factoryMethod;
}