Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

DefaultsSectionStorageInterface.php

Namespace

Drupal\layout_builder

File

core/modules/layout_builder/src/DefaultsSectionStorageInterface.php

View source
<?php

namespace Drupal\layout_builder;

use Drupal\Core\Config\Entity\ThirdPartySettingsInterface;

/**
 * Defines an interface for an object that stores layout sections for defaults.
 */
interface DefaultsSectionStorageInterface extends SectionStorageInterface, ThirdPartySettingsInterface, LayoutBuilderEnabledInterface, LayoutBuilderOverridableInterface {

}

Interfaces

Title Deprecated Summary
DefaultsSectionStorageInterface Defines an interface for an object that stores layout sections for defaults.
RSS feed
Powered by Drupal