Search for storage
- Search 7.x for storage
- Search 8.9.x for storage
- Search 10.3.x for storage
- Search 11.x for storage
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
DefaultsEntityForm::$sectionStorage | property | core/ |
The section storage. |
DefaultsEntityForm::getSectionStorage | function | core/ |
Retrieves the section storage object. |
DefaultsSectionStorage | class | core/ |
Defines the 'defaults' section storage type. |
DefaultsSectionStorage.php | file | core/ |
|
DefaultsSectionStorage::$entityTypeBundleInfo | property | core/ |
The entity type bundle info. |
DefaultsSectionStorage::$entityTypeManager | property | core/ |
The entity type manager. |
DefaultsSectionStorage::$sampleEntityGenerator | property | core/ |
The sample entity generator. |
DefaultsSectionStorage::access | function | core/ |
Overrides \Drupal\Core\Access\AccessibleInterface::access(). |
DefaultsSectionStorage::buildRoutes | function | core/ |
Provides the routes needed for Layout Builder UI. |
DefaultsSectionStorage::create | function | core/ |
Creates an instance of the plugin. |
DefaultsSectionStorage::deriveContextsFromRoute | function | core/ |
Derives the available plugin contexts from route values. |
DefaultsSectionStorage::disableLayoutBuilder | function | core/ |
Disables the Layout Builder. |
DefaultsSectionStorage::enableLayoutBuilder | function | core/ |
Enables the Layout Builder. |
DefaultsSectionStorage::extractEntityFromRoute | function | core/ |
Extracts an entity from the route values. |
DefaultsSectionStorage::getContextsDuringPreview | function | core/ |
Gets contexts for use during preview. |
DefaultsSectionStorage::getDisplay | function | core/ |
Gets the entity storing the defaults. |
DefaultsSectionStorage::getEntityTypes | function | core/ |
Returns an array of relevant entity types. |
DefaultsSectionStorage::getLayoutBuilderUrl | function | core/ |
Gets the URL used to display the Layout Builder UI. |
DefaultsSectionStorage::getRedirectUrl | function | core/ |
Gets the URL used when redirecting away from the Layout Builder UI. |
DefaultsSectionStorage::getRouteParameters | function | core/ |
Provides the route parameters needed to generate a URL for this object. |
DefaultsSectionStorage::getSectionList | function | core/ |
Gets the section list. |
DefaultsSectionStorage::getStorageId | function | core/ |
Returns an identifier for this storage. |
DefaultsSectionStorage::getThirdPartyProviders | function | core/ |
Gets the list of third parties that store information. |
DefaultsSectionStorage::getThirdPartySetting | function | core/ |
Gets the value of a third-party setting. |
DefaultsSectionStorage::getThirdPartySettings | function | core/ |
Gets all third-party settings of a given module. |
DefaultsSectionStorage::isApplicable | function | core/ |
Determines if this section storage is applicable for the current contexts. |
DefaultsSectionStorage::isLayoutBuilderEnabled | function | core/ |
Determines if Layout Builder is enabled. |
DefaultsSectionStorage::isOverridable | function | core/ |
Determines if the defaults allow custom overrides. |
DefaultsSectionStorage::label | function | core/ |
Gets the label for the object using the sections. |
DefaultsSectionStorage::save | function | core/ |
Saves the sections. |
DefaultsSectionStorage::setContext | function | core/ |
Set a context on this plugin. |
DefaultsSectionStorage::setOverridable | function | core/ |
Sets the defaults to allow or disallow overrides. |
DefaultsSectionStorage::setThirdPartySetting | function | core/ |
Sets the value of a third-party setting. |
DefaultsSectionStorage::unsetThirdPartySetting | function | core/ |
Unsets a third-party setting. |
DefaultsSectionStorage::__construct | function | core/ |
|
DefaultsSectionStorageInterface | interface | core/ |
Defines an interface for an object that stores layout sections for defaults. |
DefaultsSectionStorageInterface.php | file | core/ |
|
DefaultsSectionStorageInterface::isOverridable | function | core/ |
Determines if the defaults allow custom overrides. |
DefaultsSectionStorageInterface::setOverridable | function | core/ |
Sets the defaults to allow or disallow overrides. |
DefaultsSectionStorageTest | class | core/ |
@coversDefaultClass \Drupal\layout_builder\Plugin\SectionStorage\DefaultsSectionStorage |
DefaultsSectionStorageTest | class | core/ |
@coversDefaultClass \Drupal\layout_builder\Plugin\SectionStorage\DefaultsSectionStorage |
DefaultsSectionStorageTest.php | file | core/ |
|
DefaultsSectionStorageTest.php | file | core/ |
|
DefaultsSectionStorageTest::$entityTypeManager | property | core/ |
The entity type manager. |
DefaultsSectionStorageTest::$modules | property | core/ |
Modules to enable. |
DefaultsSectionStorageTest::$plugin | property | core/ |
The plugin. |
DefaultsSectionStorageTest::$plugin | property | core/ |
The plugin. |
DefaultsSectionStorageTest::$sampleEntityGenerator | property | core/ |
The sample entity generator. |
DefaultsSectionStorageTest::providerTestAccess | function | core/ |
Provides test data for ::testAccess(). |
DefaultsSectionStorageTest::providerTestExtractEntityFromRoute | function | core/ |
Provides data for ::testExtractEntityFromRoute(). |
Pagination
- Previous page
- Page 13
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.