public function Extension::getClassesToCompile in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/http-kernel/DependencyInjection/Extension.php \Symfony\Component\HttpKernel\DependencyInjection\Extension::getClassesToCompile()
Gets the classes to cache.
Return value
array An array of classes
File
- vendor/
symfony/ http-kernel/ DependencyInjection/ Extension.php, line 30
Class
- Extension
- Allow adding classes to the class cache.
Namespace
Symfony\Component\HttpKernel\DependencyInjectionCode
public function getClassesToCompile() {
return $this->classes;
}