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 11.x for __get
  5. Other projects
Title Object type File name Summary
LayoutDefault::getPluginDefinition function core/lib/Drupal/Core/Layout/LayoutDefault.php
LayoutDefinition::get function core/lib/Drupal/Core/Layout/LayoutDefinition.php Gets any arbitrary property.
LayoutDefinition::getCategory function core/lib/Drupal/Core/Layout/LayoutDefinition.php Gets the human-readable category of the layout definition.
LayoutDefinition::getDefaultRegion function core/lib/Drupal/Core/Layout/LayoutDefinition.php Gets the default region.
LayoutDefinition::getDeriver function core/lib/Drupal/Core/Layout/LayoutDefinition.php Gets the name of the deriver of this plugin definition, if it exists.
LayoutDefinition::getDescription function core/lib/Drupal/Core/Layout/LayoutDefinition.php Gets the description of the layout definition.
LayoutDefinition::getIcon function core/lib/Drupal/Core/Layout/LayoutDefinition.php Builds a render array for an icon representing the layout.
LayoutDefinition::getIconBuilder function core/lib/Drupal/Core/Layout/LayoutDefinition.php Wraps the icon builder.
LayoutDefinition::getIconMap function core/lib/Drupal/Core/Layout/LayoutDefinition.php Gets the icon map for this layout definition.
LayoutDefinition::getIconPath function core/lib/Drupal/Core/Layout/LayoutDefinition.php Gets the icon path for this layout definition.
LayoutDefinition::getLabel function core/lib/Drupal/Core/Layout/LayoutDefinition.php Gets the human-readable name of the layout definition.
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.
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::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 @covers ::getEntitySections[[api-linebreak]]
LayoutEntityHelperTraitTest::testGetInlineBlockComponents function core/modules/layout_builder/tests/src/Unit/LayoutEntityHelperTraitTest.php @covers ::getInlineBlockComponents[[api-linebreak]]
LayoutEntityHelperTraitTest::testGetInlineBlockRevisionIdsInSections function core/modules/layout_builder/tests/src/Unit/LayoutEntityHelperTraitTest.php @covers ::getInlineBlockRevisionIdsInSections[[api-linebreak]]
LayoutEntityHelperTraitTest::testGetSectionStorageForEntity function core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php @covers ::getSectionStorageForEntity[[api-linebreak]]
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 @covers ::getCategories[[api-linebreak]]
LayoutPluginManagerTest::testGetDefinition function core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php @covers ::getDefinition[[api-linebreak]]
@covers ::processDefinition[[api-linebreak]]
LayoutPluginManagerTest::testGetDefinitions function core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php @covers ::getDefinitions[[api-linebreak]]
@covers ::providerExists[[api-linebreak]]

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