You are here

protected property MenuTreeStorage::$definitions in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Menu/MenuTreeStorage.php \Drupal\Core\Menu\MenuTreeStorage::definitions

Stores definitions that have already been loaded for better performance.

An array of plugin definition arrays, keyed by plugin ID.

Type: array

File

core/lib/Drupal/Core/Menu/MenuTreeStorage.php, line 67

Class

MenuTreeStorage
Provides a menu tree storage using the database.

Namespace

Drupal\Core\Menu

Code

protected $definitions = [];