function NavigationSectionStorage::getStorageId
Same name in other branches
- 11.x core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php \Drupal\navigation\Plugin\SectionStorage\NavigationSectionStorage::getStorageId()
Overrides SectionStorageInterface::getStorageId
1 call to NavigationSectionStorage::getStorageId()
- NavigationSectionStorage::getLayoutBuilderUrl in core/
modules/ navigation/ src/ Plugin/ SectionStorage/ NavigationSectionStorage.php
File
-
core/
modules/ navigation/ src/ Plugin/ SectionStorage/ NavigationSectionStorage.php, line 93
Class
- NavigationSectionStorage
- Provides navigation section storage.
Namespace
Drupal\navigation\Plugin\SectionStorageCode
public function getStorageId() : string {
return self::STORAGE_ID;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.