Search for entity

  1. Search 7.x for entity
  2. Search 9.5.x for entity
  3. Search 8.9.x for entity
  4. Search 10.3.x for entity
  5. Search main for entity
  6. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Entity class core/modules/views/src/Plugin/views/argument_validator/Entity.php Defines an argument validator plugin for each entity type.
Entity class core/modules/views/src/Plugin/views/area/Entity.php Provides an area handler which renders an entity in a certain view mode.
Entity class core/modules/migrate/src/Plugin/migrate/destination/Entity.php Provides a generic destination to import entities.
Entity class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php
Entity class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Entity.php This class is a near-copy of tests/Doctrine/Tests/Common/Annotations/Ticket/DCOM58Entity.php, which is part of the Doctrine project: <http://www.doctrine-project.org>. It was copied from version 1.2.7.

All search results

Title Object type File name Summary
DefaultsEntityForm::buildMessage function core/modules/layout_builder/src/Form/DefaultsEntityForm.php Renders a message to display at the top of the layout builder.
DefaultsEntityForm::create function core/modules/layout_builder/src/Form/DefaultsEntityForm.php Instantiates a new instance of the implementing class using autowiring.
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::save function core/modules/layout_builder/src/Form/DefaultsEntityForm.php Form submission handler for the &#039;save&#039; action.
DefaultsEntityForm::__construct function core/modules/layout_builder/src/Form/DefaultsEntityForm.php Constructs a new DefaultsEntityForm.
DefaultsSectionStorage::$entityTypeBundleInfo property core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php The entity type bundle info.
DefaultsSectionStorage::$entityTypeManager property core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php The entity type manager.
DefaultsSectionStorage::$sampleEntityGenerator property core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php The sample entity generator.
DefaultsSectionStorage::extractEntityFromRoute function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Extracts an entity from the route values.
DefaultsSectionStorage::getEntityTypes function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Returns an array of relevant entity types.
DefaultsSectionStorageTest::$entityTypeManager property core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php The entity type manager.
DefaultsSectionStorageTest::$sampleEntityGenerator property core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php The sample entity generator.
DefaultsSectionStorageTest::providerTestExtractEntityFromRoute function core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php Provides data for ::testExtractEntityFromRoute().
DefaultsSectionStorageTest::testExtractEntityFromRoute function core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php Tests extract entity from route.
DefaultsSectionStorageTest::testExtractEntityFromRouteCreate function core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php Tests extract entity from route create.
DefaultTableMapping::$entityType property core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php The entity type definition.
DefaultTableMappingIntegrationTest::$entityDefinitionUpdateManager property core/tests/Drupal/KernelTests/Core/Entity/DefaultTableMappingIntegrationTest.php The entity definition update manager.
DefaultTableMappingIntegrationTest::$entityFieldManager property core/tests/Drupal/KernelTests/Core/Entity/DefaultTableMappingIntegrationTest.php The entity field manager.
DefaultTableMappingIntegrationTest::entityBaseFieldInfo function core/tests/Drupal/KernelTests/Core/Entity/DefaultTableMappingIntegrationTest.php Implements hook_entity_base_field_info().
DefaultTableMappingTest::$entityType property core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php The entity type definition.
DefaultWorkspaceHandler::isEntitySupported function core/modules/workspaces/src/Entity/Handler/DefaultWorkspaceHandler.php Determines if an entity should be tracked in a workspace.
DelayCacheTagsInvalidationHooks::entityTestInsert function core/modules/system/tests/modules/delay_cache_tags_invalidation/src/Hook/DelayCacheTagsInvalidationHooks.php Implements hook_ENTITY_TYPE_insert().
DeleteMultipleForm::$entityType property core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php The entity type definition.
DeleteMultipleForm::$entityTypeId property core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php The entity type ID.
DeleteMultipleForm::$entityTypeManager property core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php The entity type manager.
DependencySerializationTrait::$_entityStorages property core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php An array of entity type IDs keyed by the property name of their storages.
DesignTokenConfigEntityKernelTest class core/tests/Drupal/KernelTests/Core/Theme/DesignToken/DesignTokenConfigEntityKernelTest.php Tests values are from test module design_tokens_test.
DesignTokenConfigEntityKernelTest.php file core/tests/Drupal/KernelTests/Core/Theme/DesignToken/DesignTokenConfigEntityKernelTest.php
DesignTokenConfigEntityKernelTest::$designTokenValuePluginManager property core/tests/Drupal/KernelTests/Core/Theme/DesignToken/DesignTokenConfigEntityKernelTest.php The DesignTokenValuePluginManager service.
DesignTokenConfigEntityKernelTest::$entityTypeManager property core/tests/Drupal/KernelTests/Core/Theme/DesignToken/DesignTokenConfigEntityKernelTest.php The entity type manager.
DesignTokenConfigEntityKernelTest::setUp function core/tests/Drupal/KernelTests/Core/Theme/DesignToken/DesignTokenConfigEntityKernelTest.php
DesignTokenConfigEntityKernelTest::testConfigSchema function core/tests/Drupal/KernelTests/Core/Theme/DesignToken/DesignTokenConfigEntityKernelTest.php Tests config schema.
DesignTokenConfigEntityKernelTest::testInvalidConfigSchema function core/tests/Drupal/KernelTests/Core/Theme/DesignToken/DesignTokenConfigEntityKernelTest.php Tests invalid config schema.
DesignTokenConfigEntityKernelTest::testPreSave function core/tests/Drupal/KernelTests/Core/Theme/DesignToken/DesignTokenConfigEntityKernelTest.php Tests preSave.
DesignTokenConfigEntityKernelTest::testToCss function core/tests/Drupal/KernelTests/Core/Theme/DesignToken/DesignTokenConfigEntityKernelTest.php Tests CSS export.
DesignTokenEntityTest class core/tests/Drupal/Tests/Core/Theme/DesignToken/DesignTokenEntityTest.php Tests design token entity.
DesignTokenEntityTest.php file core/tests/Drupal/Tests/Core/Theme/DesignToken/DesignTokenEntityTest.php
DesignTokenEntityTest::providerGetConfigScopeName function core/tests/Drupal/Tests/Core/Theme/DesignToken/DesignTokenEntityTest.php Data provider for ::testGetConfigScopeName().
DesignTokenEntityTest::providerGetCssScopeName function core/tests/Drupal/Tests/Core/Theme/DesignToken/DesignTokenEntityTest.php Data provider for ::testGetCssScopeName().
DesignTokenEntityTest::providerGetCssVariableName function core/tests/Drupal/Tests/Core/Theme/DesignToken/DesignTokenEntityTest.php Data provider for ::testGetCssVariableName().
DesignTokenEntityTest::testGetConfigScopeName function core/tests/Drupal/Tests/Core/Theme/DesignToken/DesignTokenEntityTest.php Tests getConfigScopeName.
DesignTokenEntityTest::testGetCssScopeName function core/tests/Drupal/Tests/Core/Theme/DesignToken/DesignTokenEntityTest.php Tests getCssScopeName.
DesignTokenEntityTest::testGetCssVariableName function core/tests/Drupal/Tests/Core/Theme/DesignToken/DesignTokenEntityTest.php Tests getCssVariableName.
DesignTokenResourceTestBase::$entity property core/tests/Drupal/FunctionalTests/Rest/DesignTokenResourceTestBase.php
DesignTokenResourceTestBase::$entityTypeId property core/tests/Drupal/FunctionalTests/Rest/DesignTokenResourceTestBase.php
DesignTokenResourceTestBase::createEntity function core/tests/Drupal/FunctionalTests/Rest/DesignTokenResourceTestBase.php
DesignTokenResourceTestBase::getExpectedNormalizedEntity function core/tests/Drupal/FunctionalTests/Rest/DesignTokenResourceTestBase.php
DesignTokenResourceTestBase::getNormalizedPostEntity function core/tests/Drupal/FunctionalTests/Rest/DesignTokenResourceTestBase.php
DesignTokenTest::$entity property core/modules/jsonapi/tests/src/Functional/DesignTokenTest.php
DesignTokenTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/DesignTokenTest.php

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