function SectionStorageInterface::getRedirectUrl
Same name in other branches
- 9 core/modules/layout_builder/src/SectionStorageInterface.php \Drupal\layout_builder\SectionStorageInterface::getRedirectUrl()
- 8.9.x core/modules/layout_builder/src/SectionStorageInterface.php \Drupal\layout_builder\SectionStorageInterface::getRedirectUrl()
- 10 core/modules/layout_builder/src/SectionStorageInterface.php \Drupal\layout_builder\SectionStorageInterface::getRedirectUrl()
Gets the URL used when redirecting away from the Layout Builder UI.
Return value
\Drupal\Core\Url The URL object.
5 methods override SectionStorageInterface::getRedirectUrl()
- DefaultsSectionStorage::getRedirectUrl in core/
modules/ layout_builder/ src/ Plugin/ SectionStorage/ DefaultsSectionStorage.php - Gets the URL used when redirecting away from the Layout Builder UI.
- NavigationSectionStorage::getRedirectUrl in core/
modules/ navigation/ src/ Plugin/ SectionStorage/ NavigationSectionStorage.php - Gets the URL used when redirecting away from the Layout Builder UI.
- OverridesSectionStorage::getRedirectUrl in core/
modules/ layout_builder/ src/ Plugin/ SectionStorage/ OverridesSectionStorage.php - Gets the URL used when redirecting away from the Layout Builder UI.
- SimpleConfigSectionStorage::getRedirectUrl in core/
modules/ layout_builder/ tests/ modules/ layout_builder_test/ src/ Plugin/ SectionStorage/ SimpleConfigSectionStorage.php - Gets the URL used when redirecting away from the Layout Builder UI.
- TestStateBasedSectionStorage::getRedirectUrl in core/
modules/ layout_builder/ tests/ modules/ layout_builder_test/ src/ Plugin/ SectionStorage/ TestStateBasedSectionStorage.php - Gets the URL used when redirecting away from the Layout Builder UI.
File
-
core/
modules/ layout_builder/ src/ SectionStorageInterface.php, line 55
Class
- SectionStorageInterface
- Defines an interface for Section Storage type plugins.
Namespace
Drupal\layout_builderCode
public function getRedirectUrl();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.