function NavigationSectionStorage::getStorageId

Overrides SectionStorageInterface::getStorageId

1 call to NavigationSectionStorage::getStorageId()
NavigationSectionStorage::getLayoutBuilderUrl in core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php
Gets the URL used to display the Layout Builder UI.

File

core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php, line 93

Class

NavigationSectionStorage
Provides navigation section storage.

Namespace

Drupal\navigation\Plugin\SectionStorage

Code

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.