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
DefaultFactoryTest::testGetPluginClassWithNotExistingClassWithObjectPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a non-existent class definition.
DefaultFactoryTest::testGetPluginClassWithValidArrayPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a valid array plugin definition.
DefaultFactoryTest::testGetPluginClassWithValidObjectPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/DefaultFactoryTest.php Tests getPluginClass() with a valid object plugin definition.
DefaultHtmlRouteProvider::getAddFormRoute function core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php Gets the add-form route.
DefaultHtmlRouteProvider::getAddPageRoute function core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php Gets the add page route.
DefaultHtmlRouteProvider::getCanonicalRoute function core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php Gets the canonical route.
DefaultHtmlRouteProvider::getCollectionRoute function core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php Gets the collection route.
DefaultHtmlRouteProvider::getDeleteFormRoute function core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php Gets the delete-form route.
DefaultHtmlRouteProvider::getDeleteMultipleFormRoute function core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php Returns the delete multiple form route.
DefaultHtmlRouteProvider::getEditFormRoute function core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php Gets the edit-form route.
DefaultHtmlRouteProvider::getEntityTypeIdKeyType function core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php Gets the type of the ID key for a given entity type.
DefaultHtmlRouteProvider::getRoutes function core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php Provides routes for entities.
DefaultHtmlRouteProviderTest::getEntityType function core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php
DefaultHtmlRouteProviderTest::providerTestGetAddFormRoute function core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php
DefaultHtmlRouteProviderTest::providerTestGetAddPageRoute function core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php
DefaultHtmlRouteProviderTest::providerTestGetCanonicalRoute function core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php
DefaultHtmlRouteProviderTest::providerTestGetCollectionRoute function core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php
DefaultHtmlRouteProviderTest::testGetAddFormRoute function core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php @covers ::getAddFormRoute
@dataProvider providerTestGetAddFormRoute
DefaultHtmlRouteProviderTest::testGetAddPageRoute function core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php @covers ::getAddPageRoute
@dataProvider providerTestGetAddPageRoute
DefaultHtmlRouteProviderTest::testGetCanonicalRoute function core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php @covers ::getCanonicalRoute
@dataProvider providerTestGetCanonicalRoute
DefaultHtmlRouteProviderTest::testGetCollectionRoute function core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php @covers ::getCollectionRoute
@dataProvider providerTestGetCollectionRoute
DefaultHtmlRouteProviderTest::testGetEntityTypeIdKeyType function core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php @covers ::getEntityTypeIdKeyType
DefaultHtmlRouteProviderTest::testGetEntityTypeIdKeyTypeNotFieldable function core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php @covers ::getEntityTypeIdKeyType
DefaultLanguageItem::getDefaultLangcode function core/modules/language/src/DefaultLanguageItem.php Provides default language code of given entity.
DefaultLanguageRenderer::getLangcode function core/modules/views/src/Entity/Render/DefaultLanguageRenderer.php Returns the language code associated with the given row.
DefaultLazyPluginCollection::getConfiguration function core/lib/Drupal/Core/Plugin/DefaultLazyPluginCollection.php Gets the current configuration of all plugins in this collection.
DefaultLazyPluginCollectionTest::getPluginMock function core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php Returns a mocked plugin object.
DefaultLazyPluginCollectionTest::testConfigurableGetConfiguration function core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php @covers ::getConfiguration
DefaultLazyPluginCollectionTest::testGet function core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php @covers ::get
DefaultLazyPluginCollectionTest::testGetConfiguration function core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php @covers ::getConfiguration
DefaultLazyPluginCollectionTest::testGetNotExistingPlugin function core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php @covers ::get
DefaultPluginManager::getCacheContexts function core/lib/Drupal/Core/Plugin/DefaultPluginManager.php The cache contexts associated with this object.
DefaultPluginManager::getCachedDefinitions function core/lib/Drupal/Core/Plugin/DefaultPluginManager.php Returns the cached plugin definitions of the decorated discovery class.
DefaultPluginManager::getCacheMaxAge function core/lib/Drupal/Core/Plugin/DefaultPluginManager.php The maximum age for which this object may be cached.
DefaultPluginManager::getCacheTags function core/lib/Drupal/Core/Plugin/DefaultPluginManager.php The cache tags associated with this object.
DefaultPluginManager::getDefinitions function core/lib/Drupal/Core/Plugin/DefaultPluginManager.php Gets the definition of all plugins for this type.
DefaultPluginManager::getDiscovery function core/lib/Drupal/Core/Plugin/DefaultPluginManager.php Gets the plugin discovery.
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.

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