public function OverridesSectionStorageInterface::isOverridden in Drupal 8
Same name and namespace in other branches
- 9 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();