Search for __get

  1. Search 7.x for __get
  2. Search 9.5.x for __get
  3. Search 8.9.x for __get
  4. Search 10.3.x for __get
  5. Other projects
Title Object type File name Summary
LayoutDefinition::getLibrary function core/lib/Drupal/Core/Layout/LayoutDefinition.php Gets the asset library for this layout definition.
LayoutDefinition::getPath function core/lib/Drupal/Core/Layout/LayoutDefinition.php Gets the base path for this layout definition.
LayoutDefinition::getRegionLabels function core/lib/Drupal/Core/Layout/LayoutDefinition.php Gets the human-readable region labels.
LayoutDefinition::getRegionNames function core/lib/Drupal/Core/Layout/LayoutDefinition.php Gets the machine-readable region names.
LayoutDefinition::getRegions function core/lib/Drupal/Core/Layout/LayoutDefinition.php Gets the regions for this layout definition.
LayoutDefinition::getTemplate function core/lib/Drupal/Core/Layout/LayoutDefinition.php Gets the template name.
LayoutDefinition::getTemplatePath function core/lib/Drupal/Core/Layout/LayoutDefinition.php Gets the template path.
LayoutDefinition::getThemeHook function core/lib/Drupal/Core/Layout/LayoutDefinition.php Gets the theme hook.
LayoutDeriver::getDerivativeDefinitions function core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php Gets the definition of all derivatives of a base plugin.
LayoutDiscoveryRequirements::getRequirements function core/modules/layout_discovery/src/Install/Requirements/LayoutDiscoveryRequirements.php Check installation requirements.
LayoutEntityDisplayNormalizer::getDataWithoutInternals function core/modules/layout_builder/src/Normalizer/LayoutEntityDisplayNormalizer.php Gets the given data without the internal implementation details.
LayoutEntityDisplayNormalizer::getSupportedTypes function core/modules/layout_builder/src/Normalizer/LayoutEntityDisplayNormalizer.php
LayoutEntityHelperTrait::getEntitySections function core/modules/layout_builder/src/LayoutEntityHelperTrait.php Gets the sections for an entity if any.
LayoutEntityHelperTrait::getInlineBlockComponents function core/modules/layout_builder/src/LayoutEntityHelperTrait.php Gets components that have Inline Block plugins.
LayoutEntityHelperTrait::getInlineBlockRevisionIdsInSections function core/modules/layout_builder/src/LayoutEntityHelperTrait.php Gets revision IDs for layout sections.
LayoutEntityHelperTrait::getOverridesSectionStorageForEntity function core/modules/layout_builder/src/LayoutEntityHelperTrait.php Gets the overrides section storage for an entity.
LayoutEntityHelperTrait::getSectionStorageContextsForEntity function core/modules/layout_builder/src/LayoutEntityHelperTrait.php Gets the section storage contexts for an entity.
LayoutEntityHelperTrait::getSectionStorageForEntity function core/modules/layout_builder/src/LayoutEntityHelperTrait.php Gets the section storage for an entity.
LayoutEntityHelperTraitTest::providerTestGetSectionStorageForEntity function core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php Data provider for testGetSectionStorageForEntity().
LayoutEntityHelperTraitTest::testGetEntitySections function core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php Tests get entity sections.
LayoutEntityHelperTraitTest::testGetInlineBlockComponents function core/modules/layout_builder/tests/src/Unit/LayoutEntityHelperTraitTest.php Tests get inline block components.
LayoutEntityHelperTraitTest::testGetInlineBlockRevisionIdsInSections function core/modules/layout_builder/tests/src/Unit/LayoutEntityHelperTraitTest.php Tests get inline block revision ids in sections.
LayoutEntityHelperTraitTest::testGetSectionStorageForEntity function core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php Tests get section storage for entity.
LayoutForm::getBaseFormId function core/modules/navigation/src/Form/LayoutForm.php
LayoutForm::getFormId function core/modules/navigation/src/Form/LayoutForm.php Returns a unique string identifying the form.
LayoutInterface::getPluginDefinition function core/lib/Drupal/Core/Layout/LayoutInterface.php
LayoutPluginManager::getCategories function core/lib/Drupal/Core/Layout/LayoutPluginManager.php Gets the names of all categories.
LayoutPluginManager::getDiscovery function core/lib/Drupal/Core/Layout/LayoutPluginManager.php Gets the plugin discovery.
LayoutPluginManager::getGroupedDefinitions function core/lib/Drupal/Core/Layout/LayoutPluginManager.php
LayoutPluginManager::getLayoutOptions function core/lib/Drupal/Core/Layout/LayoutPluginManager.php Returns an array of layout labels grouped by category.
LayoutPluginManager::getSortedDefinitions function core/lib/Drupal/Core/Layout/LayoutPluginManager.php
LayoutPluginManager::getThemeImplementations function core/lib/Drupal/Core/Layout/LayoutPluginManager.php Gets theme implementations for layouts.
LayoutPluginManager::getType function core/lib/Drupal/Core/Layout/LayoutPluginManager.php A string identifying the plugin type.
LayoutPluginManagerInterface::getDefinition function core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php
LayoutPluginManagerInterface::getDefinitions function core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php
LayoutPluginManagerInterface::getGroupedDefinitions function core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php
LayoutPluginManagerInterface::getLayoutOptions function core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php Returns an array of layout labels grouped by category.
LayoutPluginManagerInterface::getSortedDefinitions function core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php
LayoutPluginManagerInterface::getThemeImplementations function core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php Gets theme implementations for layouts.
LayoutPluginManagerTest::testGetCategories function core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php Tests get categories.
LayoutPluginManagerTest::testGetDefinition function core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php Tests get definition.
LayoutPluginManagerTest::testGetDefinitions function core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php Tests get definitions.
LayoutPluginManagerTest::testGetGroupedDefinitions function core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php Tests get grouped definitions.
LayoutPluginManagerTest::testGetLayoutOptions function core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php Test that modules and themes can alter the list of layouts.
LayoutPluginManagerTest::testGetSortedDefinitions function core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php Tests get sorted definitions.
LayoutPluginManagerTest::testGetThemeImplementations function core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php Tests get theme implementations.
LayoutRebuildConfirmFormBase::getCancelUrl function core/modules/layout_builder/src/Form/LayoutRebuildConfirmFormBase.php Returns the route to go to if the user cancels the action.
LayoutRestTestBase::getDecodedContents function core/modules/layout_builder/tests/src/Functional/Rest/LayoutRestTestBase.php Gets the decoded contents.
LayoutRestTestBase::getExpectedUnauthorizedAccessCacheability function core/modules/layout_builder/tests/src/Functional/Rest/LayoutRestTestBase.php Returns the expected cacheability of an unauthorized access response.
LayoutSectionItem::__get function core/modules/layout_builder/src/Plugin/Field/FieldType/LayoutSectionItem.php Magic method: Gets a property value.

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