You are here

public function DefaultsSectionStorageInterface::isOverridable in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/layout_builder/src/DefaultsSectionStorageInterface.php \Drupal\layout_builder\DefaultsSectionStorageInterface::isOverridable()
  2. 10 core/modules/layout_builder/src/DefaultsSectionStorageInterface.php \Drupal\layout_builder\DefaultsSectionStorageInterface::isOverridable()

Determines if the defaults allow custom overrides.

Return value

bool TRUE if custom overrides are allowed, FALSE otherwise.

1 method overrides DefaultsSectionStorageInterface::isOverridable()
DefaultsSectionStorage::isOverridable in core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php
Determines if the defaults allow custom overrides.

File

core/modules/layout_builder/src/DefaultsSectionStorageInterface.php, line 20

Class

DefaultsSectionStorageInterface
Defines an interface for an object that stores layout sections for defaults.

Namespace

Drupal\layout_builder

Code

public function isOverridable();