You are here

public function OverridesSectionStorageInterface::isOverridden in Drupal 9

Same name and namespace in other branches
  1. 8 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_builder

Code

public function isOverridden();