function OverridesSectionStorageInterface::isOverridden

Same name and namespace in other branches
  1. 9 core/modules/layout_builder/src/OverridesSectionStorageInterface.php \Drupal\layout_builder\OverridesSectionStorageInterface::isOverridden()
  2. 10 core/modules/layout_builder/src/OverridesSectionStorageInterface.php \Drupal\layout_builder\OverridesSectionStorageInterface::isOverridden()
  3. 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_builder

Code

public function isOverridden();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.