You are here

protected property UrlPath::$languageManager in Views URL Path Arguments 8

Same name in this branch
  1. 8 src/Plugin/views/argument_default/UrlPath.php \Drupal\views_url_path_arguments\Plugin\views\argument_default\UrlPath::languageManager
  2. 8 src/Plugin/views/argument_validator/UrlPath.php \Drupal\views_url_path_arguments\Plugin\views\argument_validator\UrlPath::languageManager

Language manager for retrieving the default langcode when none is specified.

Type: \Drupal\Core\Language\LanguageManagerInterface

File

src/Plugin/views/argument_validator/UrlPath.php, line 34

Class

UrlPath
Convert an entity id to its url path.

Namespace

Drupal\views_url_path_arguments\Plugin\views\argument_validator

Code

protected $languageManager;