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. 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
EntityTestDefinitionSubscriber::onFieldStorageDefinitionDelete function core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php Reacts to the deletion of a field storage definition.
EntityTestDefinitionSubscriber::onFieldStorageDefinitionUpdate function core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php Reacts to the update of a field storage definition.
EntityTestDefinitionSubscriber::storeDefinitionUpdate function core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php Stores the installed definition state for the specified event.
EntityTestDefinitionSubscriber::storeEvent function core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php Stores the specified event.
EntityTestDefinitionSubscriber::__construct function core/modules/system/tests/modules/entity_test/src/EntityTestDefinitionSubscriber.php
EntityTestDeleteForm class core/modules/system/tests/modules/entity_test/src/EntityTestDeleteForm.php Provides the entity_test delete form.
EntityTestDeleteForm.php file core/modules/system/tests/modules/entity_test/src/EntityTestDeleteForm.php
EntityTestDeleteForm::getCancelUrl function core/modules/system/tests/modules/entity_test/src/EntityTestDeleteForm.php Returns the route to go to if the user cancels the action.
EntityTestDestination class core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityContentBaseTest.php Stub class for testing EntityContentBase methods.
EntityTestDestination::$entity property core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityContentBaseTest.php The test entity.
EntityTestDestination::getEntity function core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityContentBaseTest.php Gets the test entity.
EntityTestDestination::getEntityTypeId function core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityContentBaseTest.php Gets the test entity ID.
EntityTestDestination::setEntity function core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityContentBaseTest.php Sets the test entity.
EntityTestEntityLevel class core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestEntityLevel.php Constraint on entity level.
EntityTestEntityLevel.php file core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestEntityLevel.php
EntityTestEntityLevel::$message property core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestEntityLevel.php The error message.
EntityTestEntityLevelValidator class core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestEntityLevelValidator.php Constraint validator for the EntityTestEntityLevel constraint.
EntityTestEntityLevelValidator.php file core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestEntityLevelValidator.php
EntityTestEntityLevelValidator::validate function core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestEntityLevelValidator.php
EntityTestExternal class core/modules/system/tests/modules/entity_test/src/Entity/EntityTestExternal.php Test entity class.
EntityTestExternal.php file core/modules/system/tests/modules/entity_test/src/Entity/EntityTestExternal.php
EntityTestExternal::toUrl function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestExternal.php Gets the URL object for the entity.
EntityTestExtraHooks class core/modules/system/tests/modules/entity_test_extra/src/Hook/EntityTestExtraHooks.php Hook implementations for entity_test_extra.
EntityTestExtraHooks.php file core/modules/system/tests/modules/entity_test_extra/src/Hook/EntityTestExtraHooks.php
EntityTestExtraHooks::entityBaseFieldInfo function core/modules/system/tests/modules/entity_test_extra/src/Hook/EntityTestExtraHooks.php Implements hook_entity_base_field_info().
EntityTestExtraHooks::entityBundleFieldInfo function core/modules/system/tests/modules/entity_test_extra/src/Hook/EntityTestExtraHooks.php Implements hook_entity_bundle_field_info().
EntityTestExtraHooks::entityFieldStorageInfo function core/modules/system/tests/modules/entity_test_extra/src/Hook/EntityTestExtraHooks.php Implements hook_entity_field_storage_info().
EntityTestFieldMethods class core/modules/system/tests/modules/entity_test/src/Entity/EntityTestFieldMethods.php Defines the test entity class.
EntityTestFieldMethods.php file core/modules/system/tests/modules/entity_test/src/Entity/EntityTestFieldMethods.php
EntityTestFieldMethods::baseFieldDefinitions function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestFieldMethods.php Provides base field definitions for an entity type.
EntityTestFieldOverride class core/modules/system/tests/modules/entity_test/src/Entity/EntityTestFieldOverride.php Defines a test entity class for testing default values.
EntityTestFieldOverride.php file core/modules/system/tests/modules/entity_test/src/Entity/EntityTestFieldOverride.php
EntityTestFieldOverride::baseFieldDefinitions function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestFieldOverride.php Provides base field definitions for an entity type.
EntityTestFieldOverride::bundleFieldDefinitions function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestFieldOverride.php Provides field definitions for a specific bundle.
EntityTestForm class core/modules/system/tests/modules/entity_test/src/EntityTestForm.php Form controller for the test entity edit forms.
EntityTestForm.php file core/modules/system/tests/modules/entity_test/src/EntityTestForm.php
EntityTestForm::form function core/modules/system/tests/modules/entity_test/src/EntityTestForm.php Gets the actual form array to be built.
EntityTestForm::prepareEntity function core/modules/system/tests/modules/entity_test/src/EntityTestForm.php Prepares the entity object before the form is built first.
EntityTestForm::save function core/modules/system/tests/modules/entity_test/src/EntityTestForm.php Form submission handler for the &#039;save&#039; action.
EntityTestHelper class core/modules/system/tests/modules/entity_test/src/EntityTestHelper.php Class for the entity API providing several entity types for testing.
EntityTestHelper.php file core/modules/system/tests/modules/entity_test/src/EntityTestHelper.php
EntityTestHelper::createBundle function core/modules/system/tests/modules/entity_test/src/EntityTestHelper.php Creates a new bundle for entity_test entities.
EntityTestHelper::deleteBundle function core/modules/system/tests/modules/entity_test/src/EntityTestHelper.php Deletes a bundle for entity_test entities.
EntityTestHelper::getEntityTypes function core/modules/system/tests/modules/entity_test/src/EntityTestHelper.php Returns a list of test entity types.
EntityTestHooks class core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php Hook implementations for entity_test.
EntityTestHooks.php file core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php
EntityTestHooks::entityAccess function core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php Implements hook_entity_access().
EntityTestHooks::entityBaseFieldInfo function core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php Implements hook_entity_base_field_info().
EntityTestHooks::entityBaseFieldInfoAlter function core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php Implements hook_entity_base_field_info_alter().
EntityTestHooks::entityBundleInfo function core/modules/system/tests/modules/entity_test/src/Hook/EntityTestHooks.php Implements hook_entity_bundle_info().

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