Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
SectionStorageTestBase::setUp function core/modules/layout_builder/tests/src/Kernel/SectionStorageTestBase.php
SectionStorageTestBase::testAppendSection function core/modules/layout_builder/tests/src/Kernel/SectionStorageTestBase.php @covers ::appendSection[[api-linebreak]]
SectionStorageTestBase::testClone function core/modules/layout_builder/tests/src/Kernel/SectionStorageTestBase.php Tests __clone().
SectionStorageTestBase::testGetSection function core/modules/layout_builder/tests/src/Kernel/SectionStorageTestBase.php @covers ::getSection[[api-linebreak]]
SectionStorageTestBase::testGetSectionInvalidDelta function core/modules/layout_builder/tests/src/Kernel/SectionStorageTestBase.php @covers ::getSection[[api-linebreak]]
SectionStorageTestBase::testGetSections function core/modules/layout_builder/tests/src/Kernel/SectionStorageTestBase.php Tests ::getSections().
SectionStorageTestBase::testInsertSection function core/modules/layout_builder/tests/src/Kernel/SectionStorageTestBase.php @covers ::insertSection[[api-linebreak]]
SectionStorageTestBase::testRemoveAllSections function core/modules/layout_builder/tests/src/Kernel/SectionStorageTestBase.php @covers ::removeAllSections[[api-linebreak]]
SectionStorageTestBase::testRemoveMultipleSections function core/modules/layout_builder/tests/src/Kernel/SectionStorageTestBase.php @covers ::removeSection[[api-linebreak]]
SectionStorageTestBase::testRemoveSection function core/modules/layout_builder/tests/src/Kernel/SectionStorageTestBase.php @covers ::removeSection[[api-linebreak]]
SectionStorageTrait trait core/modules/layout_builder/src/SectionStorage/SectionStorageTrait.php Provides a trait for storing sections on an object.
SectionStorageTrait.php file core/modules/layout_builder/src/SectionStorage/SectionStorageTrait.php
SectionStorageTrait::addBlankSection function core/modules/layout_builder/src/SectionStorage/SectionStorageTrait.php Adds a blank section to the list.
SectionStorageTrait::appendSection function core/modules/layout_builder/src/SectionStorage/SectionStorageTrait.php
SectionStorageTrait::count function core/modules/layout_builder/src/SectionStorage/SectionStorageTrait.php
SectionStorageTrait::getSection function core/modules/layout_builder/src/SectionStorage/SectionStorageTrait.php
SectionStorageTrait::hasBlankSection function core/modules/layout_builder/src/SectionStorage/SectionStorageTrait.php Indicates if this section list contains a blank section.
SectionStorageTrait::hasSection function core/modules/layout_builder/src/SectionStorage/SectionStorageTrait.php Indicates if there is a section at the specified delta.
SectionStorageTrait::insertSection function core/modules/layout_builder/src/SectionStorage/SectionStorageTrait.php
SectionStorageTrait::removeAllSections function core/modules/layout_builder/src/SectionStorage/SectionStorageTrait.php
SectionStorageTrait::removeSection function core/modules/layout_builder/src/SectionStorage/SectionStorageTrait.php
SectionStorageTrait::setSection function core/modules/layout_builder/src/SectionStorage/SectionStorageTrait.php Sets the section for the given delta on the display.
SectionStorageTrait::setSections function core/modules/layout_builder/src/SectionStorage/SectionStorageTrait.php Stores the information for all sections.
SectionStorageTrait::__clone function core/modules/layout_builder/src/SectionStorage/SectionStorageTrait.php Magic method: Implements a deep clone.
SectionTest class core/modules/layout_builder/tests/src/Unit/SectionTest.php @coversDefaultClass \Drupal\layout_builder\Section[[api-linebreak]]
@group layout_builder
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::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 @covers ::appendComponent[[api-linebreak]]
@covers ::getNextHighestWeight[[api-linebreak]]
@covers ::getComponentsByRegion[[api-linebreak]]
SectionTest::testGetComponent function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::getComponent[[api-linebreak]]
SectionTest::testGetComponentInvalidUuid function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::getComponent[[api-linebreak]]
SectionTest::testGetComponents function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::__construct[[api-linebreak]]
@covers ::setComponent[[api-linebreak]]
@covers ::getComponents[[api-linebreak]]
SectionTest::testGetThirdPartyProviders function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::getThirdPartyProviders[[api-linebreak]]
SectionTest::testGetThirdPartySetting function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::getThirdPartySetting[[api-linebreak]]
@dataProvider providerTestGetThirdPartySetting
SectionTest::testGetThirdPartySettings function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::getThirdPartySettings[[api-linebreak]]
@dataProvider providerTestGetThirdPartySettings
SectionTest::testInsertAfterComponent function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::insertAfterComponent[[api-linebreak]]
SectionTest::testInsertAfterComponentInvalidUuid function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::insertAfterComponent[[api-linebreak]]
SectionTest::testInsertAfterComponentValidUuidRegionMismatch function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::insertAfterComponent[[api-linebreak]]
SectionTest::testInsertComponent function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::insertComponent[[api-linebreak]]
@covers ::getComponentsByRegion[[api-linebreak]]
SectionTest::testInsertComponentAppend function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::insertComponent[[api-linebreak]]
SectionTest::testInsertComponentInvalidDelta function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::insertComponent[[api-linebreak]]
SectionTest::testRemoveComponent function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::removeComponent[[api-linebreak]]
@covers ::getComponentsByRegion[[api-linebreak]]
SectionTest::testSetThirdPartySetting function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::setThirdPartySetting[[api-linebreak]]
@dataProvider providerTestSetThirdPartySetting
SectionTest::testUnsetThirdPartySetting function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::unsetThirdPartySetting[[api-linebreak]]
@dataProvider providerTestUnsetThirdPartySetting
Secure class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/Secure.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.