function MenuTreeStorage::definitionFields
Same name and namespace in other branches
- 11.x core/lib/Drupal/Core/Menu/MenuTreeStorage.php \Drupal\Core\Menu\MenuTreeStorage::definitionFields()
- 10 core/lib/Drupal/Core/Menu/MenuTreeStorage.php \Drupal\Core\Menu\MenuTreeStorage::definitionFields()
- 8.9.x core/lib/Drupal/Core/Menu/MenuTreeStorage.php \Drupal\Core\Menu\MenuTreeStorage::definitionFields()
Determines fields that are part of the plugin definition.
Return value
array The list of the subset of fields that are part of the plugin definition.
File
-
core/
lib/ Drupal/ Core/ Menu/ MenuTreeStorage.php, line 1204
Class
- MenuTreeStorage
- Provides a menu tree storage using the database.
Namespace
Drupal\Core\MenuCode
protected function definitionFields() {
return $this->definitionFields;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.