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

Breadcrumb

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

function AttributeClassLoader::getResolver

File

vendor/symfony/routing/Loader/AttributeClassLoader.php, line 245

Class

AttributeClassLoader
AttributeClassLoader loads routing information from a PHP class and its methods.

Namespace

Symfony\Component\Routing\Loader

Code

public function getResolver() : LoaderResolverInterface {
    throw new LogicException(\sprintf('The "%s()" method must not be called.', __METHOD__));
}
RSS feed
Powered by Drupal