public function Definition::getMethodCalls in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/dependency-injection/Definition.php \Symfony\Component\DependencyInjection\Definition::getMethodCalls()
Gets the methods to call after service initialization.
Return value
array An array of method calls
File
- vendor/
symfony/ dependency-injection/ Definition.php, line 421
Class
- Definition
- Definition represents a service definition.
Namespace
Symfony\Component\DependencyInjectionCode
public function getMethodCalls() {
return $this->calls;
}