Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Extension.php

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\DependencyInjection

Code

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;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal