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[[api-linebreak]] |
| 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[[api-linebreak]] |
| SectionStorageManagerTest::testFindByContext | function | core/ |
@covers ::findByContext[[api-linebreak]] |
| SectionStorageManagerTest::testFindByContextCacheableSectionStorage | function | core/ |
@covers ::findByContext[[api-linebreak]] |
| SectionStorageManagerTest::testFindDefinitions | function | core/ |
@covers ::findDefinitions[[api-linebreak]] |
| SectionStorageManagerTest::testLoad | function | core/ |
@covers ::load[[api-linebreak]] |
| SectionStorageManagerTest::testLoadEmpty | function | core/ |
@covers ::loadEmpty[[api-linebreak]] |
| SectionStorageManagerTest::testLoadFromRoute | function | core/ |
@covers ::loadFromRoute[[api-linebreak]] |
| SectionStorageManagerTest::testLoadFromRouteNull | function | core/ |
@covers ::loadFromRoute[[api-linebreak]] |
| SectionStorageManagerTest::testLoadFromStorageId | function | core/ |
@covers ::loadFromStorageId[[api-linebreak]] |
| SectionStorageManagerTest::testLoadNull | function | core/ |
@covers ::load[[api-linebreak]] |
| 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[[api-linebreak]] |
| SectionStorageTestBase::testClone | function | core/ |
Tests __clone(). |
| SectionStorageTestBase::testGetSection | function | core/ |
@covers ::getSection[[api-linebreak]] |
| SectionStorageTestBase::testGetSectionInvalidDelta | function | core/ |
@covers ::getSection[[api-linebreak]] |
| SectionStorageTestBase::testGetSections | function | core/ |
Tests ::getSections(). |
| SectionStorageTestBase::testInsertSection | function | core/ |
@covers ::insertSection[[api-linebreak]] |
| SectionStorageTestBase::testRemoveAllSections | function | core/ |
@covers ::removeAllSections[[api-linebreak]] |
| SectionStorageTestBase::testRemoveMultipleSections | function | core/ |
@covers ::removeSection[[api-linebreak]] |
| SectionStorageTestBase::testRemoveSection | function | core/ |
@covers ::removeSection[[api-linebreak]] |
| 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.