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
ContentModerationConfigureEntityTypesForm.php file core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php
ContentModerationConfigureEntityTypesForm::$bundleInfo property core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php The entity type bundle information service.
ContentModerationConfigureEntityTypesForm::$entityType property core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php The entity type definition object.
ContentModerationConfigureEntityTypesForm::$entityTypeManager property core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php The entity type manager service.
ContentModerationConfigureEntityTypesForm::$messenger property core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php The Messenger service.
ContentModerationConfigureEntityTypesForm::$moderationInformation property core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php The moderation information service.
ContentModerationConfigureEntityTypesForm::$workflow property core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php The workflow entity object.
ContentModerationConfigureEntityTypesForm::ajaxCallback function core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php Ajax callback to close the modal and update the selected text.
ContentModerationConfigureEntityTypesForm::buildForm function core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php Form constructor.
ContentModerationConfigureEntityTypesForm::create function core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php Instantiates a new instance of this class.
ContentModerationConfigureEntityTypesForm::getFormId function core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php Returns a unique string identifying the form.
ContentModerationConfigureEntityTypesForm::getTitle function core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php Route title callback.
ContentModerationConfigureEntityTypesForm::submitForm function core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php Form submission handler.
ContentModerationConfigureEntityTypesForm::__construct function core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php
ContentModerationConfigureForm::$entityTypeBundleInfo property core/modules/content_moderation/src/Form/ContentModerationConfigureForm.php The entity type bundle info service.
ContentModerationConfigureForm::$entityTypeManager property core/modules/content_moderation/src/Form/ContentModerationConfigureForm.php The entity type manager.
ContentModerationInterface::addEntityTypeAndBundle function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModerationInterface.php Add an entity type ID / bundle ID to the workflow.
ContentModerationInterface::appliesToEntityTypeAndBundle function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModerationInterface.php Checks if the workflow applies to the supplied entity type and bundle.
ContentModerationInterface::getBundlesForEntityType function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModerationInterface.php Gets any bundles the workflow is applied to for the given entity type.
ContentModerationInterface::getEntityTypes function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModerationInterface.php Gets the entity types the workflow is applied to.
ContentModerationInterface::removeEntityTypeAndBundle function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModerationInterface.php Removes an entity type ID / bundle ID from the workflow.
ContentModerationResaveTest::$entityStorage property core/modules/content_moderation/tests/src/Kernel/ContentModerationResaveTest.php The entity storage for the entity type used in the test.
ContentModerationRouteSubscriber::$entityTypeManager property core/modules/content_moderation/src/Routing/ContentModerationRouteSubscriber.php The entity type manager.
ContentModerationRouteSubscriber::$moderatedEntityTypes property core/modules/content_moderation/src/Routing/ContentModerationRouteSubscriber.php An associative array of moderated entity types keyed by ID.
ContentModerationRouteSubscriber::getModeratedEntityTypes function core/modules/content_moderation/src/Routing/ContentModerationRouteSubscriber.php Returns the moderated entity types.
ContentModerationRouteSubscriberTest::setupEntityTypes function core/modules/content_moderation/tests/src/Unit/ContentModerationRouteSubscriberTest.php Creates the entity type manager mock returning entity type objects.
ContentModerationState::loadFromModeratedEntity function core/modules/content_moderation/src/Entity/ContentModerationState.php Loads a content moderation state entity.
ContentModerationState::updateOrCreateFromEntity function core/modules/content_moderation/src/Entity/ContentModerationState.php Creates or updates an entity&#039;s moderation state whilst saving that entity.
ContentModerationStateStorageSchema::getEntitySchema function core/modules/content_moderation/src/ContentModerationStateStorageSchema.php Gets the entity schema for the specified entity type.
ContentModerationStateTest::$entityDefinitionUpdateManager property core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php The entity definition update manager.
ContentModerationStateTest::$entityTypeManager property core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php
ContentModerationStateTest::$revEntityTypeId property core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php The ID of the revisionable entity type used in the tests.
ContentModerationStateTest::createEntity function core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php Creates an entity.
ContentModerationStateTest::reloadEntity function core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php Reloads the entity after clearing the static cache.
ContentModerationStateTest::testNonLangcodeEntityTypeModeration function core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php Tests moderation of a non-translatable entity type with no langcode.
ContentModerationStateTest::testNonTranslatableEntityTypeModeration function core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php Tests that a non-translatable entity type with a langcode can be moderated.
ContentModerationTestTrait::addEntityTypeAndBundleToWorkflow function core/modules/content_moderation/tests/src/Traits/ContentModerationTestTrait.php Adds an entity type ID / bundle ID to the given workflow.
ContentModerationWorkflowConfigTest::$entityTypeManager property core/modules/content_moderation/tests/src/Kernel/ContentModerationWorkflowConfigTest.php
ContentModerationWorkflowTypeApiTest::testAddEntityTypeAndBundle function core/modules/content_moderation/tests/src/Kernel/ContentModerationWorkflowTypeApiTest.php @covers ::addEntityTypeAndBundle
ContentModerationWorkflowTypeApiTest::testAppliesToEntityTypeAndBundle function core/modules/content_moderation/tests/src/Kernel/ContentModerationWorkflowTypeApiTest.php @covers ::appliesToEntityTypeAndBundle
@covers ::addEntityTypeAndBundle
@covers ::removeEntityTypeAndBundle
ContentModerationWorkflowTypeApiTest::testGetBundlesForEntityType function core/modules/content_moderation/tests/src/Kernel/ContentModerationWorkflowTypeApiTest.php @covers ::getBundlesForEntityType
@covers ::addEntityTypeAndBundle
@covers ::removeEntityTypeAndBundle
ContentModerationWorkflowTypeApiTest::testRemoveEntityTypeAndBundle function core/modules/content_moderation/tests/src/Kernel/ContentModerationWorkflowTypeApiTest.php @covers ::addEntityTypeAndBundle
@covers ::removeEntityTypeAndBundle
ContentTranslationController::$entityFieldManager property core/modules/content_translation/src/Controller/ContentTranslationController.php The entity field manager.
ContentTranslationDeleteAccess::$entityTypeManager property core/modules/content_translation/src/Access/ContentTranslationDeleteAccess.php The entity type manager.
ContentTranslationEntityBundleInfoTest class core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php Tests the Content Translation bundle info logic.
ContentTranslationEntityBundleInfoTest.php file core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php
ContentTranslationEntityBundleInfoTest::$bundleInfo property core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php The bundle info service.
ContentTranslationEntityBundleInfoTest::$contentTranslationManager property core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php The content translation manager.
ContentTranslationEntityBundleInfoTest::$modules property core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php Modules to install.
ContentTranslationEntityBundleInfoTest::getBundledNode function core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php Gets a new bundled node for testing.

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