| SectionListTraitTest::testAddBlankSection |
function |
core/modules/layout_builder/tests/src/Kernel/SectionListTraitTest.php |
Tests add blank section. |
| SectionRenderTest |
class |
core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php |
Tests Drupal\layout_builder\Section. |
| SectionRenderTest.php |
file |
core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php |
|
| SectionRenderTest::$account |
property |
core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php |
The current user. |
| SectionRenderTest::$blockManager |
property |
core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php |
The block plugin manager. |
| SectionRenderTest::$contextHandler |
property |
core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php |
The plugin context handler. |
| SectionRenderTest::$contextRepository |
property |
core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php |
The context manager service. |
| SectionRenderTest::$eventDispatcher |
property |
core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php |
The event dispatcher. |
| SectionRenderTest::setUp |
function |
core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php |
|
| SectionRenderTest::testContextAwareBlock |
function |
core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php |
Tests context aware block. |
| SectionRenderTest::testToRenderArray |
function |
core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php |
Tests to render array. |
| SectionRenderTest::testToRenderArrayAccessDenied |
function |
core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php |
Tests to render array access denied. |
| SectionRenderTest::testToRenderArrayEmpty |
function |
core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php |
Tests to render array empty. |
| SectionRenderTest::testToRenderArrayMissingPluginId |
function |
core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php |
Tests to render array missing plugin id. |
| SectionRenderTest::testToRenderArrayPreview |
function |
core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php |
Tests to render array preview. |
| SectionStorageManagerTest |
class |
core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php |
Tests Drupal\layout_builder\SectionStorage\SectionStorageManager. |
| SectionStorageManagerTest.php |
file |
core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php |
|
| SectionStorageManagerTest::$contextHandler |
property |
core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php |
The context handler. |
| SectionStorageManagerTest::$discovery |
property |
core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php |
The plugin discovery. |
| SectionStorageManagerTest::$factory |
property |
core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php |
The plugin factory. |
| SectionStorageManagerTest::$manager |
property |
core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php |
The section storage manager. |
| SectionStorageManagerTest::$plugin |
property |
core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php |
The plugin. |
| SectionStorageManagerTest::providerTestFindByContext |
function |
core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php |
Provides test data for ::testFindByContext(). |
| SectionStorageManagerTest::setUp |
function |
core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php |
|
| SectionStorageManagerTest::testFindByContext |
function |
core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php |
Tests find by context. |
| SectionStorageManagerTest::testFindByContextCacheableSectionStorage |
function |
core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php |
Tests find by context cacheable section storage. |
| SectionStorageManagerTest::testFindDefinitions |
function |
core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php |
Tests find definitions. |
| SectionStorageManagerTest::testLoad |
function |
core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php |
Tests load. |
| SectionStorageManagerTest::testLoadEmpty |
function |
core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php |
Tests load empty. |
| SectionStorageManagerTest::testLoadNull |
function |
core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php |
Tests load null. |
| SectionTest |
class |
core/modules/layout_builder/tests/src/Unit/SectionTest.php |
Tests Drupal\layout_builder\Section. |
| SectionTest.php |
file |
core/modules/layout_builder/tests/src/Unit/SectionTest.php |
|
| SectionTest::$section |
property |
core/modules/layout_builder/tests/src/Unit/SectionTest.php |
The section object to test. |
| SectionTest::assertComponents |
function |
core/modules/layout_builder/tests/src/Unit/SectionTest.php |
Asserts that the section has the expected components. |
| SectionTest::providerTestGetLayout |
function |
core/modules/layout_builder/tests/src/Unit/SectionTest.php |
Provides test data for ::testGetLayout(). |
| SectionTest::providerTestGetThirdPartySetting |
function |
core/modules/layout_builder/tests/src/Unit/SectionTest.php |
Provides test data for ::testGetThirdPartySetting(). |
| SectionTest::providerTestGetThirdPartySettings |
function |
core/modules/layout_builder/tests/src/Unit/SectionTest.php |
Provides test data for ::testGetThirdPartySettings(). |
| SectionTest::providerTestSetThirdPartySetting |
function |
core/modules/layout_builder/tests/src/Unit/SectionTest.php |
Provides test data for ::testSetThirdPartySettings(). |
| SectionTest::providerTestUnsetThirdPartySetting |
function |
core/modules/layout_builder/tests/src/Unit/SectionTest.php |
Provides test data for ::testUnsetThirdPartySetting(). |
| SectionTest::setUp |
function |
core/modules/layout_builder/tests/src/Unit/SectionTest.php |
|
| SectionTest::testAppendComponent |
function |
core/modules/layout_builder/tests/src/Unit/SectionTest.php |
Tests append component. |
| SectionTest::testGetComponent |
function |
core/modules/layout_builder/tests/src/Unit/SectionTest.php |
Tests get component. |
| SectionTest::testGetComponentInvalidUuid |
function |
core/modules/layout_builder/tests/src/Unit/SectionTest.php |
Tests get component invalid uuid. |
| SectionTest::testGetComponents |
function |
core/modules/layout_builder/tests/src/Unit/SectionTest.php |
Tests get components. |
| SectionTest::testGetLayout |
function |
core/modules/layout_builder/tests/src/Unit/SectionTest.php |
Tests get layout. |
| SectionTest::testGetThirdPartyProviders |
function |
core/modules/layout_builder/tests/src/Unit/SectionTest.php |
Tests get third party providers. |
| SectionTest::testGetThirdPartySetting |
function |
core/modules/layout_builder/tests/src/Unit/SectionTest.php |
Tests get third party setting. |
| SectionTest::testGetThirdPartySettings |
function |
core/modules/layout_builder/tests/src/Unit/SectionTest.php |
Tests get third party settings. |
| SectionTest::testInsertAfterComponent |
function |
core/modules/layout_builder/tests/src/Unit/SectionTest.php |
Tests insert after component. |
| SectionTest::testInsertAfterComponentInvalidUuid |
function |
core/modules/layout_builder/tests/src/Unit/SectionTest.php |
Tests insert after component invalid uuid. |