function NavigationSectionStorage::getLayoutBuilderUrl
Same name in other branches
- 10 core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php \Drupal\navigation\Plugin\SectionStorage\NavigationSectionStorage::getLayoutBuilderUrl()
Overrides SectionStorageInterface::getLayoutBuilderUrl
1 call to NavigationSectionStorage::getLayoutBuilderUrl()
- NavigationSectionStorage::getRedirectUrl in core/
modules/ navigation/ src/ Plugin/ SectionStorage/ NavigationSectionStorage.php - Gets the URL used when redirecting away from the Layout Builder UI.
File
-
core/
modules/ navigation/ src/ Plugin/ SectionStorage/ NavigationSectionStorage.php, line 175
Class
- NavigationSectionStorage
- Provides navigation section storage.
Namespace
Drupal\navigation\Plugin\SectionStorageCode
public function getLayoutBuilderUrl($rel = 'view') : Url {
return Url::fromRoute("layout_builder.{$this->getStorageType()}.{$rel}", [
'id' => $this->getStorageId(),
]);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.