function LanguageConverter::applies

Same name in this branch
  1. 11.x core/modules/language/src/ProxyClass/LanguageConverter.php \Drupal\language\ProxyClass\LanguageConverter::applies()
Same name and namespace in other branches
  1. 9 core/modules/language/src/ProxyClass/LanguageConverter.php \Drupal\language\ProxyClass\LanguageConverter::applies()
  2. 9 core/modules/language/src/LanguageConverter.php \Drupal\language\LanguageConverter::applies()
  3. 8.9.x core/modules/language/src/ProxyClass/LanguageConverter.php \Drupal\language\ProxyClass\LanguageConverter::applies()
  4. 8.9.x core/modules/language/src/LanguageConverter.php \Drupal\language\LanguageConverter::applies()
  5. 10 core/modules/language/src/ProxyClass/LanguageConverter.php \Drupal\language\ProxyClass\LanguageConverter::applies()
  6. 10 core/modules/language/src/LanguageConverter.php \Drupal\language\LanguageConverter::applies()

Overrides ParamConverterInterface::applies

File

core/modules/language/src/LanguageConverter.php, line 44

Class

LanguageConverter
Converts parameters for upcasting entity IDs to full objects.

Namespace

Drupal\language

Code

public function applies($definition, $name, Route $route) {
    return !empty($definition['type']) && $definition['type'] == 'language';
}

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