Search for __get

  1. Search 7.x for __get
  2. Search 8.9.x for __get
  3. Search 10.3.x for __get
  4. Search 11.x for __get
  5. Other projects
Title Object type File name Summary
SectionComponentBuildRenderArrayEvent::getPlugin function core/modules/layout_builder/src/Event/SectionComponentBuildRenderArrayEvent.php Get the plugin for the section component being built.
SectionListInterface::getSection function core/modules/layout_builder/src/SectionListInterface.php Gets a domain object for the layout section.
SectionListInterface::getSections function core/modules/layout_builder/src/SectionListInterface.php Gets the layout sections.
SectionListTestBase::getSectionList function core/modules/layout_builder/tests/src/Kernel/SectionListTestBase.php Sets up the section list.
SectionListTestBase::testGetSection function core/modules/layout_builder/tests/src/Kernel/SectionListTestBase.php @covers ::getSection[[api-linebreak]]
SectionListTestBase::testGetSectionInvalidDelta function core/modules/layout_builder/tests/src/Kernel/SectionListTestBase.php @covers ::getSection[[api-linebreak]]
SectionListTestBase::testGetSections function core/modules/layout_builder/tests/src/Kernel/SectionListTestBase.php Tests ::getSections().
SectionListTrait::getSection function core/modules/layout_builder/src/SectionListTrait.php
SectionListTraitTest::getSectionList function core/modules/layout_builder/tests/src/Kernel/SectionListTraitTest.php Sets up the section list.
SectionStorage::get function core/modules/layout_builder/src/Annotation/SectionStorage.php Gets the value of an annotation.
SectionStorageBase::getContextsDuringPreview function core/modules/layout_builder/src/Plugin/SectionStorage/SectionStorageBase.php Gets contexts for use during preview.
SectionStorageBase::getSection function core/modules/layout_builder/src/Plugin/SectionStorage/SectionStorageBase.php Gets a domain object for the layout section.
SectionStorageBase::getSectionList function core/modules/layout_builder/src/Plugin/SectionStorage/SectionStorageBase.php Gets the section list.
SectionStorageBase::getSections function core/modules/layout_builder/src/Plugin/SectionStorage/SectionStorageBase.php Gets the layout sections.
SectionStorageBase::getStorageType function core/modules/layout_builder/src/Plugin/SectionStorage/SectionStorageBase.php Returns the type of this storage.
SectionStorageBase::getTempstoreKey function core/modules/layout_builder/src/Plugin/SectionStorage/SectionStorageBase.php Gets a string suitable for use as a tempstore key.
SectionStorageDefinition::get function core/modules/layout_builder/src/SectionStorage/SectionStorageDefinition.php Gets any arbitrary property.
SectionStorageDefinition::getWeight function core/modules/layout_builder/src/SectionStorage/SectionStorageDefinition.php Returns the plugin weight.
SectionStorageInterface::getContextsDuringPreview function core/modules/layout_builder/src/SectionStorageInterface.php Gets contexts for use during preview.
SectionStorageInterface::getLayoutBuilderUrl function core/modules/layout_builder/src/SectionStorageInterface.php Gets the URL used to display the Layout Builder UI.
SectionStorageInterface::getPluginDefinition function core/modules/layout_builder/src/SectionStorageInterface.php Overrides \Drupal\Component\Plugin\PluginInspectionInterface::getPluginDefinition().
SectionStorageInterface::getRedirectUrl function core/modules/layout_builder/src/SectionStorageInterface.php Gets the URL used when redirecting away from the Layout Builder UI.
SectionStorageInterface::getStorageId function core/modules/layout_builder/src/SectionStorageInterface.php Returns an identifier for this storage.
SectionStorageInterface::getStorageType function core/modules/layout_builder/src/SectionStorageInterface.php Returns the type of this storage.
SectionStorageTestBase class core/modules/layout_builder/tests/src/Kernel/SectionStorageTestBase.php Provides a base class for testing implementations of section storage.
SectionStorageTestBase.php file core/modules/layout_builder/tests/src/Kernel/SectionStorageTestBase.php
SectionStorageTestBase::$sectionStorage property core/modules/layout_builder/tests/src/Kernel/SectionStorageTestBase.php The section list implementation.
SectionStorageTestBase::getSectionList function core/modules/layout_builder/tests/src/Kernel/SectionStorageTestBase.php Sets up the section list.
SectionStorageTestBase::getSectionStorage function core/modules/layout_builder/tests/src/Kernel/SectionStorageTestBase.php Sets up the section list.
SectionStorageTestBase::setUp function core/modules/layout_builder/tests/src/Kernel/SectionStorageTestBase.php
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
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::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::testGetLayout function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::getLayout[[api-linebreak]]
@dataProvider providerTestGetLayout
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
SecuredRedirectResponse::setTargetUrl function core/lib/Drupal/Component/HttpFoundation/SecuredRedirectResponse.php
SecurityAdvisoriesFetcher::getMatchingExtensionInfo function core/modules/system/src/SecurityAdvisories/SecurityAdvisoriesFetcher.php Gets the information for an extension affected by the security advisory.
SecurityAdvisoriesFetcher::getProjectExistingVersion function core/modules/system/src/SecurityAdvisories/SecurityAdvisoriesFetcher.php Gets the existing project version.
SecurityAdvisoriesFetcher::getSecurityAdvisories function core/modules/system/src/SecurityAdvisories/SecurityAdvisoriesFetcher.php Gets security advisories that are applicable for the current site.
SecurityAdvisoriesFetcherTest::getAdvisories function core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php Gets the advisories from the 'system.sa_fetcher' service.
SecurityAdvisory::getInsecureVersions function core/modules/system/src/SecurityAdvisories/SecurityAdvisory.php Gets the currently insecure versions of the project.
SecurityAdvisory::getProject function core/modules/system/src/SecurityAdvisories/SecurityAdvisory.php Gets the project associated with the advisory.
SecurityAdvisory::getProjectType function core/modules/system/src/SecurityAdvisories/SecurityAdvisory.php Gets the type of project associated with the advisory.

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