You are here

public property MenuChildrenNodeJoin::$prefixes in Views Menu Node Children Filter 3.0.x

Same name and namespace in other branches
  1. 8.2 src/Plugin/views/join/MenuChildrenNodeJoin.php \Drupal\views_menu_children_filter\Plugin\views\join\MenuChildrenNodeJoin::prefixes
  2. 8 src/Plugin/views/join/MenuChildrenNodeJoin.php \Drupal\views_menu_children_filter\Plugin\views\join\MenuChildrenNodeJoin::prefixes

The values to concat with node.nid in to join on the menu_tree's route_param_key column.

Type: array Defaults to: [ 'entity:node/' ].

File

src/Plugin/views/join/MenuChildrenNodeJoin.php, line 26

Class

MenuChildrenNodeJoin
Views Join plugin to join the Node table to the menu_tree table.

Namespace

Drupal\views_menu_children_filter\Plugin\views\join

Code

public $prefixes = array(
  'entity:node/',
);