Search for storage
- Search 7.x for storage
- Search 9.5.x for storage
- Search 10.3.x for storage
- Search 11.x for storage
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
SectionStorageManager::loadEmpty | function | core/ |
Loads a section storage with no associated section list. |
SectionStorageManager::loadFromRoute | function | core/ |
Loads a section storage populated with a section list derived from a route. |
SectionStorageManager::loadFromStorageId | function | core/ |
Loads a section storage populated with an existing 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. |
SectionStorageManagerInterface::loadFromRoute | function | core/ |
Loads a section storage populated with a section list derived from a route. |
SectionStorageManagerInterface::loadFromStorageId | function | core/ |
Loads a section storage populated with an existing section list. |
SectionStorageManagerTest | class | core/ |
@coversDefaultClass \Drupal\layout_builder\SectionStorage\SectionStorageManager |
SectionStorageManagerTest.php | file | core/ |
|
SectionStorageManagerTest::$contextHandler | property | core/ |
The context handler. |
SectionStorageManagerTest::$discovery | property | core/ |
The plugin discovery. |
SectionStorageManagerTest::$factory | property | core/ |
The plugin factory. |
SectionStorageManagerTest::$manager | property | core/ |
The section storage manager. |
SectionStorageManagerTest::$plugin | property | core/ |
The plugin. |
SectionStorageManagerTest::providerTestFindByContext | function | core/ |
Provides test data for ::testFindByContext(). |
SectionStorageManagerTest::setUp | function | core/ |
|
SectionStorageManagerTest::testConstructNoContextHandler | function | core/ |
@covers ::__construct |
SectionStorageManagerTest::testFindByContext | function | core/ |
@covers ::findByContext |
SectionStorageManagerTest::testFindByContextCacheableSectionStorage | function | core/ |
@covers ::findByContext |
SectionStorageManagerTest::testFindDefinitions | function | core/ |
@covers ::findDefinitions |
SectionStorageManagerTest::testLoad | function | core/ |
@covers ::load |
SectionStorageManagerTest::testLoadEmpty | function | core/ |
@covers ::loadEmpty |
SectionStorageManagerTest::testLoadFromRoute | function | core/ |
@covers ::loadFromRoute |
SectionStorageManagerTest::testLoadFromRouteNull | function | core/ |
@covers ::loadFromRoute |
SectionStorageManagerTest::testLoadFromStorageId | function | core/ |
@covers ::loadFromStorageId |
SectionStorageManagerTest::testLoadNull | function | core/ |
@covers ::load |
SectionStorageTestBase | class | core/ |
Provides a base class for testing implementations of section storage. |
SectionStorageTestBase.php | file | core/ |
|
SectionStorageTestBase::$modules | property | core/ |
Modules to enable. |
SectionStorageTestBase::$sectionStorage | property | core/ |
The section storage implementation. |
SectionStorageTestBase::assertSections | function | core/ |
Asserts that the field list has the expected sections. |
SectionStorageTestBase::getSectionStorage | function | core/ |
Sets up the section storage entity. |
SectionStorageTestBase::providerTestRemoveAllSections | function | core/ |
Provides test data for ::testRemoveAllSections(). |
SectionStorageTestBase::setUp | function | core/ |
|
SectionStorageTestBase::testAppendSection | function | core/ |
@covers ::appendSection |
SectionStorageTestBase::testClone | function | core/ |
Tests __clone(). |
SectionStorageTestBase::testGetSection | function | core/ |
@covers ::getSection |
SectionStorageTestBase::testGetSectionInvalidDelta | function | core/ |
@covers ::getSection |
SectionStorageTestBase::testGetSections | function | core/ |
Tests ::getSections(). |
SectionStorageTestBase::testInsertSection | function | core/ |
@covers ::insertSection |
SectionStorageTestBase::testRemoveAllSections | function | core/ |
@covers ::removeAllSections |
SectionStorageTestBase::testRemoveMultipleSections | function | core/ |
@covers ::removeSection |
SectionStorageTestBase::testRemoveSection | function | core/ |
@covers ::removeSection |
SectionStorageTrait | trait | core/ |
Provides a trait for storing sections on an object. |
SectionStorageTrait.php | file | core/ |
|
SectionStorageTrait::addBlankSection | function | core/ |
Adds a blank section to the list. |
Pagination
- Previous page
- Page 51
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.