Search for Id

  1. Search 7.x for Id
  2. Search 8.9.x for Id
  3. Search 10.3.x for Id
  4. Search 11.x for Id
  5. Other projects
Title Object type File name Summary
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.
DefaultHtmlRouteProvider::__construct function core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php Constructs a new DefaultHtmlRouteProvider.
DefaultHtmlRouteProviderTest class core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php @coversDefaultClass \Drupal\Core\Entity\Routing\DefaultHtmlRouteProvider
@group Entity
DefaultHtmlRouteProviderTest.php file core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php Contains \Drupal\Tests\Core\Entity\Routing\DefaultHtmlRouteProviderTest.
DefaultHtmlRouteProviderTest::$entityFieldManager property core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php The entity field manager prophecy used in the test.
DefaultHtmlRouteProviderTest::$entityTypeManager property core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php The entity type manager prophecy used in the test.
DefaultHtmlRouteProviderTest::$routeProvider property core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php The HTML route provider used in the test.
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::setUp 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
DefaultLazyPluginCollection::addInstanceId function core/lib/Drupal/Core/Plugin/DefaultLazyPluginCollection.php Adds an instance ID to the available instance IDs.
DefaultLazyPluginCollection::removeInstanceId function core/lib/Drupal/Core/Plugin/DefaultLazyPluginCollection.php Removes an instance ID.
DefaultLazyPluginCollectionTest::providerTestSortHelper function core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php Provides test data for testSortHelper.
DefaultLazyPluginCollectionTest::testAddInstanceId function core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php @covers ::addInstanceId
DefaultLazyPluginCollectionTest::testRemoveInstanceId function core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php @covers ::removeInstanceId
DefaultPluginManager::extractProviderFromDefinition function core/lib/Drupal/Core/Plugin/DefaultPluginManager.php Extracts the provider from a plugin definition.
DefaultPluginManager::providerExists function core/lib/Drupal/Core/Plugin/DefaultPluginManager.php Determines if the provider of a definition exists.
DefaultPluginManagerTest::providerTestProcessDefinition function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php
DefaultPluginManagerTest::testCreateInstanceWithInvalidInterfaces function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests plugins without the proper interface.
DefaultPluginManagerTest::testCreateInstanceWithJustValidInterfaces function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests plugins with the proper interface.
DefaultPluginManagerTest::testProviderExists function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php @covers ::findDefinitions
@covers ::extractProviderFromDefinition
DefaultSelection::elementValidateFilter function core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php Form element validation handler; Filters the #value property of an element.
DefaultSelection::validateConfigurationForm function core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php Form validation handler.
DefaultSelection::validateReferenceableEntities function core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php Validates which existing entities can be referenced.
DefaultSelection::validateReferenceableNewEntities function core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php Validates which newly created entities can be referenced.
DefaultsEntityForm::getBaseFormId function core/modules/layout_builder/src/Form/DefaultsEntityForm.php Returns a string identifying the base form.
DefaultSingleLazyPluginCollection::$instanceId property core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php The instance ID used for this plugin collection.
DefaultSingleLazyPluginCollection::addInstanceId function core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php Adds an instance ID to the available instance IDs.
DefaultSingleLazyPluginCollectionTest::testAddInstanceId function core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php @covers ::addInstanceId
@covers ::getConfiguration
@covers ::setConfiguration
DefaultSingleLazyPluginCollectionTest::testGetInstanceIds function core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php @covers ::getInstanceIds
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::isOverridable function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Determines if the defaults allow custom overrides.
DefaultsSectionStorage::setOverridable function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Sets the defaults to allow or disallow overrides.
DefaultsSectionStorageInterface::isOverridable function core/modules/layout_builder/src/DefaultsSectionStorageInterface.php Determines if the defaults allow custom overrides.
DefaultsSectionStorageInterface::setOverridable function core/modules/layout_builder/src/DefaultsSectionStorageInterface.php Sets the defaults to allow or disallow overrides.
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().
DefaultTableMappingTest::providerTestGetDedicatedTableName function core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php Provides test data for testGetDedicatedTableName().

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