function Extension::getAnnotatedClassesToCompile
Gets the annotated classes to cache.
Return value
string[]
Deprecated
since Symfony 7.1, to be removed in 8.0
File
-
vendor/
symfony/ http-kernel/ DependencyInjection/ Extension.php, line 34
Class
- Extension
- Allow adding classes to the class cache.
Namespace
Symfony\Component\HttpKernel\DependencyInjectionCode
public function getAnnotatedClassesToCompile() : array {
trigger_deprecation('symfony/http-kernel', '7.1', 'The "%s()" method is deprecated since Symfony 7.1 and will be removed in 8.0.', __METHOD__);
return $this->annotatedClasses;
}