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

Breadcrumb

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

function AdminPathConfigEntityConverter::applies

Same name in this branch
  1. 11.1.x core/lib/Drupal/Core/ParamConverter/AdminPathConfigEntityConverter.php \Drupal\Core\ParamConverter\AdminPathConfigEntityConverter::applies()

Overrides ParamConverterInterface::applies

File

core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php, line 81

Class

AdminPathConfigEntityConverter
Provides a proxy class for \Drupal\Core\ParamConverter\AdminPathConfigEntityConverter.

Namespace

Drupal\Core\ProxyClass\ParamConverter

Code

public function applies($definition, $name, \Symfony\Component\Routing\Route $route) {
    return $this->lazyLoadItself()
        ->applies($definition, $name, $route);
}

API Navigation

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