comparison core/modules/layout_builder/src/DefaultsSectionStorageInterface.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents c2387f117808
children af1871eacc83
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
9 * 9 *
10 * @internal 10 * @internal
11 * Layout Builder is currently experimental and should only be leveraged by 11 * Layout Builder is currently experimental and should only be leveraged by
12 * experimental modules and development releases of contributed modules. 12 * experimental modules and development releases of contributed modules.
13 * See https://www.drupal.org/core/experimental for more information. 13 * See https://www.drupal.org/core/experimental for more information.
14 *
15 * @todo Refactor this interface in https://www.drupal.org/node/2985362.
14 */ 16 */
15 interface DefaultsSectionStorageInterface extends SectionStorageInterface, ThirdPartySettingsInterface { 17 interface DefaultsSectionStorageInterface extends SectionStorageInterface, ThirdPartySettingsInterface, LayoutBuilderEnabledInterface {
16 18
17 /** 19 /**
18 * Determines if the defaults allow custom overrides. 20 * Determines if the defaults allow custom overrides.
19 * 21 *
20 * @return bool 22 * @return bool