public function Definition::getMethodCalls

Gets the methods to call after service initialization.

@api

Return value

array An array of method calls

File

drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php, line 376

Class

Definition
Definition represents a service definition.

Namespace

Symfony\Component\DependencyInjection

Code

public function getMethodCalls() {
  return $this->calls;
}