function AdminPathConfigEntityConverter::applies

Same name in this branch
  1. 11.x core/lib/Drupal/Core/ParamConverter/AdminPathConfigEntityConverter.php \Drupal\Core\ParamConverter\AdminPathConfigEntityConverter::applies()
Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php \Drupal\Core\ProxyClass\ParamConverter\AdminPathConfigEntityConverter::applies()
  2. 9 core/lib/Drupal/Core/ParamConverter/AdminPathConfigEntityConverter.php \Drupal\Core\ParamConverter\AdminPathConfigEntityConverter::applies()
  3. 8.9.x core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php \Drupal\Core\ProxyClass\ParamConverter\AdminPathConfigEntityConverter::applies()
  4. 8.9.x core/lib/Drupal/Core/ParamConverter/AdminPathConfigEntityConverter.php \Drupal\Core\ParamConverter\AdminPathConfigEntityConverter::applies()
  5. 10 core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php \Drupal\Core\ProxyClass\ParamConverter\AdminPathConfigEntityConverter::applies()
  6. 10 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 <a href="/api/drupal/core%21lib%21Drupal%21Core%21ParamConverter%21AdminPathConfigEntityConverter.php/class/AdminPathConfigEntityConverter/11.x" title="Makes sure the unmodified ConfigEntity is loaded on admin pages." class="local">\Drupal\Core\ParamConverter\AdminPathConfigEntityConverter</a>.

Namespace

Drupal\Core\ProxyClass\ParamConverter

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.