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 11.x for entity
  5. 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
ConfigFieldMapperTest::testSetEntity function core/modules/config_translation/tests/src/Unit/ConfigFieldMapperTest.php Tests ConfigFieldMapper::setEntity().
ConfigImportRecreateTest::testRecreateEntity function core/tests/Drupal/KernelTests/Core/Config/ConfigImportRecreateTest.php
ConfigImportSubscriber::$entityTypeManager property core/modules/content_moderation/src/EventSubscriber/ConfigImportSubscriber.php The entity type manager.
ConfigImportUITest::testEntityBundleDelete function core/modules/config/tests/src/Functional/ConfigImportUITest.php Tests the config importer cannot delete bundles with existing entities.
ConfigInstallTest::testCollectionInstallationCollectionConfigEntity function core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php Tests collections which do not support config entities install correctly.
ConfigManager::$entityRepository property core/lib/Drupal/Core/Config/ConfigManager.php The entity repository.
ConfigManager::$entityTypeManager property core/lib/Drupal/Core/Config/ConfigManager.php The entity type manager.
ConfigManager::findConfigEntityDependencies function core/lib/Drupal/Core/Config/ConfigManager.php
ConfigManager::findConfigEntityDependenciesAsEntities function core/lib/Drupal/Core/Config/ConfigManager.php
ConfigManager::getEntityTypeIdByName function core/lib/Drupal/Core/Config/ConfigManager.php
ConfigManager::getEntityTypeManager function core/lib/Drupal/Core/Config/ConfigManager.php
ConfigManager::loadConfigEntityByName function core/lib/Drupal/Core/Config/ConfigManager.php
ConfigManagerInterface::findConfigEntityDependencies function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Finds config entities that are dependent on extensions or entities.
ConfigManagerInterface::findConfigEntityDependenciesAsEntities function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Finds config entities that are dependent on extensions or entities.
ConfigManagerInterface::getEntityTypeIdByName function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Returns the entity type of a configuration object.
ConfigManagerInterface::getEntityTypeManager function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Gets the entity type manager.
ConfigManagerInterface::loadConfigEntityByName function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Loads a configuration entity using the configuration name.
ConfigOtherModuleTest::testInstallConfigEntityModuleFirst function core/modules/config/tests/src/Kernel/ConfigOtherModuleTest.php Tests enabling the provider of the config entity type first.
ConfigSingleExportForm::$entityTypeManager property core/modules/config/src/Form/ConfigSingleExportForm.php The entity type manager.
ConfigSingleImportForm::$entityTypeManager property core/modules/config/src/Form/ConfigSingleImportForm.php The entity type manager.
ConfigTestResourceTestBase::$entity property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php
ConfigTestResourceTestBase::$entityTypeId property core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php The tested entity type.
ConfigTestResourceTestBase::createEntity function core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php Creates the entity to be tested.
ConfigTestResourceTestBase::getExpectedNormalizedEntity function core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php Returns the expected normalization of the entity.
ConfigTestResourceTestBase::getNormalizedPostEntity function core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php Returns the normalized POST entity.
ConfigTestTest::$entity property core/modules/jsonapi/tests/src/Functional/ConfigTestTest.php
ConfigTestTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/ConfigTestTest.php The tested entity type.
ConfigTestTest::createEntity function core/modules/jsonapi/tests/src/Functional/ConfigTestTest.php Creates the entity to be tested.
ConfigTranslationEntityListBuilder class core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilder.php Defines the configuration translation list builder for entities.
ConfigTranslationEntityListBuilder.php file core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilder.php
ConfigTranslationEntityListBuilder::buildHeader function core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilder.php Builds the header row for the entity listing.
ConfigTranslationEntityListBuilder::buildRow function core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilder.php Builds a row for an entity in the entity listing.
ConfigTranslationEntityListBuilder::getFilterLabels function core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilder.php Provides user facing strings for the filter element.
ConfigTranslationEntityListBuilder::getOperations function core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilder.php Provides an array of information to build a list of operation links.
ConfigTranslationEntityListBuilder::render function core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilder.php Builds the entity listing as renderable array for table.html.twig.
ConfigTranslationEntityListBuilder::setMapperDefinition function core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilder.php Sets the config translation mapper definition.
ConfigTranslationEntityListBuilder::sortRows function core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilder.php Sorts an array by value.
ConfigTranslationEntityListBuilder::sortRowsMultiple function core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilder.php Sorts an array by multiple criteria.
ConfigTranslationEntityListBuilderInterface interface core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilderInterface.php Defines an interface for configuration translation entity list builders.
ConfigTranslationEntityListBuilderInterface.php file core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilderInterface.php
ConfigTranslationEntityListBuilderInterface::setMapperDefinition function core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilderInterface.php Sets the config translation mapper definition.
ConfigTranslationEntityListBuilderInterface::sortRows function core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilderInterface.php Sorts an array by value.
ConfigTranslationFieldListBuilder::$baseEntityBundles property core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php The bundle info for the base entity type.
ConfigTranslationFieldListBuilder::$baseEntityInfo property core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php An array containing the base entity type&#039;s definition.
ConfigTranslationFieldListBuilder::$baseEntityType property core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php The name of the entity type the fields are attached to.
ConfigTranslationFieldListBuilder::$entityTypeBundleInfo property core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php The entity bundle info.
ConfigTranslationFieldListBuilder::$entityTypeManager property core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php The entity type manager.
ConfigTranslationUiModulesTest::testContactConfigEntityTranslation function core/modules/config_translation/tests/src/Functional/ConfigTranslationUiModulesTest.php Tests the contact form translation.
ConfigurableLanguageResourceTestBase::$entity property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageResourceTestBase.php
ConfigurableLanguageResourceTestBase::$entityTypeId property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageResourceTestBase.php The tested entity type.

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