Search for entity

  1. Search 7.x for entity
  2. Search 8.9.x for entity
  3. Search 10.3.x for entity
  4. Search 11.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
views_entity_test.info.yml file core/modules/views/tests/modules/views_entity_test/views_entity_test.info.yml core/modules/views/tests/modules/views_entity_test/views_entity_test.info.yml
views_entity_test.module file core/modules/views/tests/modules/views_entity_test/views_entity_test.module Contains main module functionality.
views_entity_test_entity_base_field_info function core/modules/views/tests/modules/views_entity_test/views_entity_test.module Implements hook_entity_bundle_field_info().
views_entity_test_entity_field_access function core/modules/views/tests/modules/views_entity_test/views_entity_test.module Implements hook_entity_field_access().
views_entity_test_entity_load function core/modules/views/tests/modules/views_entity_test/views_entity_test.module Implements hook_entity_load().
views_post_update_configuration_entity_relationships function core/modules/views/views.post_update.php Clear errors caused by relationships to configuration entities.
views_ui_entity_type_build function core/modules/views_ui/views_ui.module Implements hook_entity_type_build().
ViewTest::$entity property core/modules/jsonapi/tests/src/Functional/ViewTest.php
ViewTest::$entityStorage property core/modules/views/tests/src/Unit/Plugin/area/ViewTest.php The mocked entity storage.
ViewTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/ViewTest.php
ViewTest::createEntity function core/modules/jsonapi/tests/src/Functional/ViewTest.php
ViewUI::$entityType property core/modules/views_ui/src/ViewUI.php The entity type.
ViewUI::getEntityType function core/modules/views_ui/src/ViewUI.php
ViewUI::getEntityTypeId function core/modules/views_ui/src/ViewUI.php
ViewUIObjectTest::testEntityDecoration function core/modules/views_ui/tests/src/Unit/ViewUIObjectTest.php Tests entity method decoration.
VocabularyListBuilder::$entityTypeManager property core/modules/taxonomy/src/VocabularyListBuilder.php The entity type manager.
VocabularyResourceTestBase::$entity property core/modules/taxonomy/tests/src/Functional/Rest/VocabularyResourceTestBase.php
VocabularyResourceTestBase::$entityTypeId property core/modules/taxonomy/tests/src/Functional/Rest/VocabularyResourceTestBase.php
VocabularyResourceTestBase::createEntity function core/modules/taxonomy/tests/src/Functional/Rest/VocabularyResourceTestBase.php
VocabularyResourceTestBase::getExpectedNormalizedEntity function core/modules/taxonomy/tests/src/Functional/Rest/VocabularyResourceTestBase.php
VocabularyResourceTestBase::getNormalizedPostEntity function core/modules/taxonomy/tests/src/Functional/Rest/VocabularyResourceTestBase.php
VocabularyTest::$entity property core/modules/jsonapi/tests/src/Functional/VocabularyTest.php
VocabularyTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/VocabularyTest.php
VocabularyTest::createEntity function core/modules/jsonapi/tests/src/Functional/VocabularyTest.php
WizardPluginBase::$entityType property core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php Contains the information from entity_get_info of the $entity_type.
WizardPluginBase::$entityTypeId property core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php The entity type connected with the wizard.
WorkflowAddForm::copyFormValuesToEntity function core/modules/workflows/src/Form/WorkflowAddForm.php
WorkflowEditForm::copyFormValuesToEntity function core/modules/workflows/src/Form/WorkflowEditForm.php
WorkflowResourceTestBase::$entity property core/modules/workflows/tests/src/Functional/Rest/WorkflowResourceTestBase.php The Workflow entity.
WorkflowResourceTestBase::$entityTypeId property core/modules/workflows/tests/src/Functional/Rest/WorkflowResourceTestBase.php
WorkflowResourceTestBase::createEntity function core/modules/workflows/tests/src/Functional/Rest/WorkflowResourceTestBase.php
WorkflowResourceTestBase::getExpectedNormalizedEntity function core/modules/workflows/tests/src/Functional/Rest/WorkflowResourceTestBase.php
WorkflowResourceTestBase::getNormalizedPostEntity function core/modules/workflows/tests/src/Functional/Rest/WorkflowResourceTestBase.php
WorkflowStateAddForm::copyFormValuesToEntity function core/modules/workflows/src/Form/WorkflowStateAddForm.php Copies top-level form values to entity properties.
WorkflowStateEditForm::copyFormValuesToEntity function core/modules/workflows/src/Form/WorkflowStateEditForm.php Copies top-level form values to entity properties.
WorkflowTest::$entity property core/modules/jsonapi/tests/src/Functional/WorkflowTest.php
WorkflowTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/WorkflowTest.php
WorkflowTest::createEntity function core/modules/jsonapi/tests/src/Functional/WorkflowTest.php
WorkflowTransitionAddForm::copyFormValuesToEntity function core/modules/workflows/src/Form/WorkflowTransitionAddForm.php Copies top-level form values to entity properties.
WorkflowTransitionEditForm::copyFormValuesToEntity function core/modules/workflows/src/Form/WorkflowTransitionEditForm.php Copies top-level form values to entity properties.
WorkspaceActivateForm::$entity property core/modules/workspaces/src/Form/WorkspaceActivateForm.php The workspace entity.
WorkspaceAssociation::$entityTypeManager property core/modules/workspaces/src/WorkspaceAssociation.php The entity type manager.
WorkspaceAssociation::getEntityTrackingWorkspaceIds function core/modules/workspaces/src/WorkspaceAssociation.php
WorkspaceAssociation::trackEntity function core/modules/workspaces/src/WorkspaceAssociation.php
WorkspaceAssociationInterface::getEntityTrackingWorkspaceIds function core/modules/workspaces/src/WorkspaceAssociationInterface.php Gets a list of workspace IDs in which an entity is tracked.
WorkspaceAssociationInterface::trackEntity function core/modules/workspaces/src/WorkspaceAssociationInterface.php Updates or creates the association for a given entity and a workspace.
WorkspaceCRUDTest::$entityTypeManager property core/modules/workspaces/tests/src/Kernel/WorkspaceCRUDTest.php The entity type manager.
WorkspaceDeleteForm::$entity property core/modules/workspaces/src/Form/WorkspaceDeleteForm.php The workspace entity.
WorkspaceForm::$entity property core/modules/workspaces/src/Form/WorkspaceForm.php The workspace entity.
WorkspaceIntegrationTest::$entityTypeManager property core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php The entity type manager.

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