public function Definition::getFile

Gets the file to require before creating the service.

@api

Return value

string The full pathname to include

File

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

Class

Definition
Definition represents a service definition.

Namespace

Symfony\Component\DependencyInjection

Code

public function getFile() {
  return $this->file;
}