function NavigationSectionStorage::getConfigName
Same name in other branches
- 11.x core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php \Drupal\navigation\Plugin\SectionStorage\NavigationSectionStorage::getConfigName()
Returns the name to be used to store in the config system.
1 call to NavigationSectionStorage::getConfigName()
- NavigationSectionStorage::save in core/
modules/ navigation/ src/ Plugin/ SectionStorage/ NavigationSectionStorage.php - Saves the sections.
File
-
core/
modules/ navigation/ src/ Plugin/ SectionStorage/ NavigationSectionStorage.php, line 107
Class
- NavigationSectionStorage
- Provides navigation section storage.
Namespace
Drupal\navigation\Plugin\SectionStorageCode
protected function getConfigName() : string {
return self::STORAGE_ID;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.