public function Definition::getFile in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/dependency-injection/Definition.php \Symfony\Component\DependencyInjection\Definition::getFile()
Gets the file to require before creating the service.
Return value
string|null The full pathname to include
File
- vendor/
symfony/ dependency-injection/ Definition.php, line 536
Class
- Definition
- Definition represents a service definition.
Namespace
Symfony\Component\DependencyInjectionCode
public function getFile() {
return $this->file;
}