comparison core/modules/layout_builder/src/DefaultsSectionStorageInterface.php @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents a9cd425dd02b
children
comparison
equal deleted inserted replaced
4:a9cd425dd02b 5:12f9dff5fda9
4 4
5 use Drupal\Core\Config\Entity\ThirdPartySettingsInterface; 5 use Drupal\Core\Config\Entity\ThirdPartySettingsInterface;
6 6
7 /** 7 /**
8 * Defines an interface for an object that stores layout sections for defaults. 8 * Defines an interface for an object that stores layout sections for defaults.
9 *
10 * @internal
11 * Layout Builder is currently experimental and should only be leveraged by
12 * experimental modules and development releases of contributed modules.
13 * See https://www.drupal.org/core/experimental for more information.
14 * 9 *
15 * @todo Refactor this interface in https://www.drupal.org/node/2985362. 10 * @todo Refactor this interface in https://www.drupal.org/node/2985362.
16 */ 11 */
17 interface DefaultsSectionStorageInterface extends SectionStorageInterface, ThirdPartySettingsInterface, LayoutBuilderEnabledInterface { 12 interface DefaultsSectionStorageInterface extends SectionStorageInterface, ThirdPartySettingsInterface, LayoutBuilderEnabledInterface {
18 13