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

Breadcrumb

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

function NodePreviewConverter::applies

Same name in this branch
  1. 11.1.x core/modules/node/src/ParamConverter/NodePreviewConverter.php \Drupal\node\ParamConverter\NodePreviewConverter::applies()

Overrides ParamConverterInterface::applies

File

core/modules/node/src/ProxyClass/ParamConverter/NodePreviewConverter.php, line 86

Class

NodePreviewConverter
Provides a proxy class for \Drupal\node\ParamConverter\NodePreviewConverter.

Namespace

Drupal\node\ProxyClass\ParamConverter

Code

public function applies($definition, $name, 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