function OverridesSectionStorageInterface::isOverridden
Same name in other branches
- 8.9.x core/modules/layout_builder/src/OverridesSectionStorageInterface.php \Drupal\layout_builder\OverridesSectionStorageInterface::isOverridden()
- 10 core/modules/layout_builder/src/OverridesSectionStorageInterface.php \Drupal\layout_builder\OverridesSectionStorageInterface::isOverridden()
- 11.x core/modules/layout_builder/src/OverridesSectionStorageInterface.php \Drupal\layout_builder\OverridesSectionStorageInterface::isOverridden()
Indicates if overrides are in use.
Return value
bool TRUE if this overrides section storage is in use, otherwise FALSE.
1 method overrides OverridesSectionStorageInterface::isOverridden()
- OverridesSectionStorage::isOverridden in core/
modules/ layout_builder/ src/ Plugin/ SectionStorage/ OverridesSectionStorage.php - Indicates if overrides are in use.
File
-
core/
modules/ layout_builder/ src/ OverridesSectionStorageInterface.php, line 27
Class
- OverridesSectionStorageInterface
- Defines an interface for an object that stores layout sections for overrides.
Namespace
Drupal\layout_builderCode
public function isOverridden();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.