Search for __get

  1. Search 7.x for __get
  2. Search 9.5.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
DefaultPluginManager::getFactory function core/lib/Drupal/Core/Plugin/DefaultPluginManager.php Gets the plugin factory.
DefaultPluginManagerTest::testGetCacheContexts function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php @covers ::getCacheContexts
DefaultPluginManagerTest::testGetCacheMaxAge function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php @covers ::getCacheMaxAge
DefaultPluginManagerTest::testGetCacheTags function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php @covers ::getCacheTags
DefaultPluginManagerTest::testGetDefinitionPluginNotFoundException function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests the plugin manager behavior for a missing plugin ID.
DefaultPluginManagerTest::testGetDefinitionsWithoutRequiredInterface function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests plugins without a required interface.
DefaultProcessor::getConfiguration function core/modules/aggregator/src/Plugin/aggregator/processor/DefaultProcessor.php Gets this plugin's configuration.
DefaultProcessor::getEditableConfigNames function core/modules/aggregator/src/Plugin/aggregator/processor/DefaultProcessor.php Gets the configuration names that will be editable.
DefaultSelection::getReferenceableEntities function core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php Gets the list of referenceable entities.
DefaultSelectionDeriver::getDerivativeDefinitions function core/lib/Drupal/Core/Entity/Plugin/Derivative/DefaultSelectionDeriver.php Gets the definition of all derivatives of a base plugin.
DefaultsEntityForm::getBaseFormId function core/modules/layout_builder/src/Form/DefaultsEntityForm.php Returns a string identifying the base form.
DefaultsEntityForm::getEntityFromRouteMatch function core/modules/layout_builder/src/Form/DefaultsEntityForm.php Determines which entity will be used by this form from a RouteMatch object.
DefaultsEntityForm::getSectionStorage function core/modules/layout_builder/src/Form/DefaultsEntityForm.php Retrieves the section storage object.
DefaultsEntityForm::layoutBuilderElementGetKeys function core/modules/layout_builder/src/Form/DefaultsEntityForm.php Form element #process callback.
DefaultSingleLazyPluginCollection::getConfiguration function core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php Gets the current configuration of all plugins in this collection.
DefaultSingleLazyPluginCollectionTest::testGet function core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php Tests the get() method.
DefaultSingleLazyPluginCollectionTest::testGetInstanceIds function core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php @covers ::getInstanceIds
DefaultsSectionStorage::getContextsDuringPreview function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Gets contexts for use during preview.
DefaultsSectionStorage::getDisplay function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Gets the entity storing the defaults.
DefaultsSectionStorage::getEntityTypes function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Returns an array of relevant entity types.
DefaultsSectionStorage::getLayoutBuilderUrl function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Gets the URL used to display the Layout Builder UI.
DefaultsSectionStorage::getRedirectUrl function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Gets the URL used when redirecting away from the Layout Builder UI.
DefaultsSectionStorage::getRouteParameters function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Provides the route parameters needed to generate a URL for this object.
DefaultsSectionStorage::getSectionList function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Gets the section list.
DefaultsSectionStorage::getSectionListFromId function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Derives the section list from the storage ID.
DefaultsSectionStorage::getStorageId function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Returns an identifier for this storage.
DefaultsSectionStorage::getThirdPartyProviders function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Gets the list of third parties that store information.
DefaultsSectionStorage::getThirdPartySetting function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Gets the value of a third-party setting.
DefaultsSectionStorage::getThirdPartySettings function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Gets all third-party settings of a given module.
DefaultsSectionStorageTest class core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php @coversDefaultClass \Drupal\layout_builder\Plugin\SectionStorage\DefaultsSectionStorage
DefaultsSectionStorageTest class core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php @coversDefaultClass \Drupal\layout_builder\Plugin\SectionStorage\DefaultsSectionStorage
DefaultsSectionStorageTest.php file core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php
DefaultsSectionStorageTest.php file core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php
DefaultsSectionStorageTest::$entityTypeManager property core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php The entity type manager.
DefaultsSectionStorageTest::$modules property core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php Modules to enable.
DefaultsSectionStorageTest::$plugin property core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php The plugin.
DefaultsSectionStorageTest::$plugin property core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php The plugin.
DefaultsSectionStorageTest::$sampleEntityGenerator property core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php The sample entity generator.
DefaultsSectionStorageTest::providerTestAccess function core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php Provides test data for ::testAccess().
DefaultsSectionStorageTest::providerTestExtractEntityFromRoute function core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php Provides data for ::testExtractEntityFromRoute().
DefaultsSectionStorageTest::providerTestExtractIdFromRoute function core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php Provides data for ::testExtractIdFromRoute().
DefaultsSectionStorageTest::providerTestGetSectionListFromId function core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php Provides data for ::testGetSectionListFromId().
DefaultsSectionStorageTest::setUp function core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php
DefaultsSectionStorageTest::setUp function core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php
DefaultsSectionStorageTest::testAccess function core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php @covers ::access
@dataProvider providerTestAccess
DefaultsSectionStorageTest::testBuildRoutes function core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php @covers ::buildRoutes
@covers ::getEntityTypes
@covers \Drupal\layout_builder\Routing\LayoutBuilderRoutesTrait::buildLayoutRoutes
DefaultsSectionStorageTest::testConfigInstall function core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php Tests installing defaults via config install.
DefaultsSectionStorageTest::testExtractEntityFromRoute function core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php @covers ::extractEntityFromRoute
DefaultsSectionStorageTest::testExtractEntityFromRouteCreate function core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php @covers ::extractEntityFromRoute
DefaultsSectionStorageTest::testExtractIdFromRoute function core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php @covers ::extractIdFromRoute

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