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 |
|---|---|---|---|
| SectionStorageBase::getSection | function | core/ |
Gets a domain object for the layout section. |
| SectionStorageBase::getSectionList | function | core/ |
Gets the section list. |
| SectionStorageBase::getSections | function | core/ |
Gets the layout sections. |
| SectionStorageBase::getStorageType | function | core/ |
Returns the type of this storage. |
| SectionStorageBase::getTempstoreKey | function | core/ |
Gets a string suitable for use as a tempstore key. |
| SectionStorageBase::insertSection | function | core/ |
Inserts a new section at a given delta. |
| SectionStorageBase::removeAllSections | function | core/ |
Removes all of the sections. |
| SectionStorageBase::removeSection | function | core/ |
Removes the section at the given delta. |
| SectionStorageDefinition | class | core/ |
Provides section storage type plugin definition. |
| SectionStorageDefinition.php | file | core/ |
|
| SectionStorageDefinition::$additional | property | core/ |
Any additional properties and values. |
| SectionStorageDefinition::$weight | property | core/ |
The plugin weight. |
| SectionStorageDefinition::get | function | core/ |
Gets any arbitrary property. |
| SectionStorageDefinition::getWeight | function | core/ |
Returns the plugin weight. |
| SectionStorageDefinition::set | function | core/ |
Sets a value to an arbitrary property. |
| SectionStorageDefinition::__construct | function | core/ |
LayoutDefinition constructor. |
| SectionStorageInterface | interface | core/ |
Defines an interface for Section Storage type plugins. |
| SectionStorageInterface.php | file | core/ |
|
| SectionStorageInterface::access | function | core/ |
Overrides \Drupal\Core\Access\AccessibleInterface::access(). |
| SectionStorageInterface::buildRoutes | function | core/ |
Provides the routes needed for Layout Builder UI. |
| SectionStorageInterface::deriveContextsFromRoute | function | core/ |
Derives the available plugin contexts from route values. |
| SectionStorageInterface::getContextsDuringPreview | function | core/ |
Gets contexts for use during preview. |
| SectionStorageInterface::getLayoutBuilderUrl | function | core/ |
Gets the URL used to display the Layout Builder UI. |
| SectionStorageInterface::getPluginDefinition | function | core/ |
Overrides \Drupal\Component\Plugin\PluginInspectionInterface::getPluginDefinition(). |
| SectionStorageInterface::getRedirectUrl | function | core/ |
Gets the URL used when redirecting away from the Layout Builder UI. |
| SectionStorageInterface::getStorageId | function | core/ |
Returns an identifier for this storage. |
| SectionStorageInterface::getStorageType | function | core/ |
Returns the type of this storage. |
| SectionStorageInterface::isApplicable | function | core/ |
Determines if this section storage is applicable for the current contexts. |
| SectionStorageInterface::label | function | core/ |
Gets the label for the object using the sections. |
| SectionStorageInterface::save | function | core/ |
Saves the sections. |
| SectionStorageLocalTaskProviderInterface | interface | core/ |
Allows section storage plugins to provide local tasks. |
| SectionStorageLocalTaskProviderInterface.php | file | core/ |
|
| SectionStorageLocalTaskProviderInterface::buildLocalTasks | function | core/ |
Provides the local tasks dynamically for Layout Builder plugins. |
| SectionStorageManager | class | core/ |
Provides the Section Storage type plugin manager. |
| SectionStorageManager.php | file | core/ |
|
| SectionStorageManager::$contextHandler | property | core/ |
The context handler. |
| SectionStorageManager::findByContext | function | core/ |
Finds the section storage to load based on available contexts. |
| SectionStorageManager::findDefinitions | function | core/ |
Finds plugin definitions. |
| SectionStorageManager::load | function | core/ |
Loads a section storage with the provided contexts applied. |
| SectionStorageManager::loadEmpty | function | core/ |
Loads a section storage with no associated section list. |
| SectionStorageManager::__construct | function | core/ |
Constructs a new SectionStorageManager object. |
| SectionStorageManagerInterface | interface | core/ |
Provides the interface for a plugin manager of section storage types. |
| SectionStorageManagerInterface.php | file | core/ |
|
| SectionStorageManagerInterface::findByContext | function | core/ |
Finds the section storage to load based on available contexts. |
| SectionStorageManagerInterface::load | function | core/ |
Loads a section storage with the provided contexts applied. |
| SectionStorageManagerInterface::loadEmpty | function | core/ |
Loads a section storage with no associated section list. |
| SectionStorageManagerTest | class | core/ |
@coversDefaultClass \Drupal\layout_builder\SectionStorage\SectionStorageManager[[api-linebreak]] |
| SectionStorageManagerTest.php | file | core/ |
|
| SectionStorageManagerTest::$contextHandler | property | core/ |
The context handler. |
| SectionStorageManagerTest::$discovery | property | core/ |
The plugin discovery. |
Pagination
- Previous page
- Page 49
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.