You are here

public property MenuTreeParameters::$conditions in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Menu/MenuTreeParameters.php \Drupal\Core\Menu\MenuTreeParameters::conditions

The conditions used to restrict which links are loaded.

An associative array of custom query condition key/value pairs.

Type: array

File

core/lib/Drupal/Core/Menu/MenuTreeParameters.php, line 79
Contains \Drupal\Core\Menu\MenuTreeParameters.

Class

MenuTreeParameters
Provides a value object to model menu tree parameters.

Namespace

Drupal\Core\Menu

Code

public $conditions = array();