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/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
EntityFieldManagerTest::providerTestGetBaseFieldDefinitionsTranslatableEntityTypeDefaultLangcode function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Provides test data for testGetBaseFieldDefinitionsTranslatableEntityTypeDefaultLangcode().
EntityFieldManagerTest::providerTestGetBaseFieldDefinitionsTranslatableEntityTypeLangcode function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Provides test data for testGetBaseFieldDefinitionsTranslatableEntityTypeLangcode().
EntityFieldManagerTest::setUp function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php
EntityFieldManagerTest::setUpEntityTypeDefinitions function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Sets up the entity type manager to be tested.
EntityFieldManagerTest::setUpEntityWithFieldDefinition function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Prepares an entity that defines a field definition.
EntityFieldManagerTest::testClearCachedFieldDefinitions function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Tests the clearCachedFieldDefinitions() method.
EntityFieldManagerTest::testGetBaseFieldDefinitions function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Tests the getBaseFieldDefinitions() method.
EntityFieldManagerTest::testGetBaseFieldDefinitionsInvalidDefinition function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Tests the getBaseFieldDefinitions() method with an invalid definition.
EntityFieldManagerTest::testGetBaseFieldDefinitionsTranslatableEntityTypeDefaultLangcode function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Tests the getBaseFieldDefinitions() method with a translatable entity type.
EntityFieldManagerTest::testGetBaseFieldDefinitionsTranslatableEntityTypeLangcode function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Tests the getBaseFieldDefinitions() method with a translatable entity type.
EntityFieldManagerTest::testGetBaseFieldDefinitionsWithCaching function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Tests the getBaseFieldDefinitions() method with caching.
EntityFieldManagerTest::testGetExtraFields function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php @covers ::getExtraFields[[api-linebreak]]
EntityFieldManagerTest::testGetFieldDefinitions function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Tests the getFieldDefinitions() method.
EntityFieldManagerTest::testGetFieldDefinitionsProvider function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Tests that getFieldDefinitions() method sets the &#039;provider&#039; definition key.
EntityFieldManagerTest::testGetFieldDefinitionsWithCaching function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Tests the getFieldDefinitions() method with caching.
EntityFieldManagerTest::testGetFieldMap function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php @covers ::getFieldMap[[api-linebreak]]
EntityFieldManagerTest::testGetFieldMapByFieldType function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php @covers ::getFieldMapByFieldType[[api-linebreak]]
EntityFieldManagerTest::testGetFieldMapFromCache function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php @covers ::getFieldMap[[api-linebreak]]
EntityFieldManagerTest::testGetFieldStorageDefinitions function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Tests the getFieldStorageDefinitions() method.
EntityFieldManagerTest::testGetFieldStorageDefinitionsWithCaching function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Tests the getFieldStorageDefinitions() method with caching.
EntityForm class core/lib/Drupal/Core/Entity/EntityForm.php Base class for entity forms.
EntityForm.php file core/lib/Drupal/Core/Entity/EntityForm.php
EntityForm::$entity property core/lib/Drupal/Core/Entity/EntityForm.php The entity being used by this form.
EntityForm::$entityTypeManager property core/lib/Drupal/Core/Entity/EntityForm.php The entity type manager.
EntityForm::$moduleHandler property core/lib/Drupal/Core/Entity/EntityForm.php The module handler service.
EntityForm::$operation property core/lib/Drupal/Core/Entity/EntityForm.php The name of the current operation.
EntityForm::actions function core/lib/Drupal/Core/Entity/EntityForm.php Returns an array of supported actions for the current entity form.
EntityForm::actionsElement function core/lib/Drupal/Core/Entity/EntityForm.php Returns the action form element for the current entity form.
EntityForm::afterBuild function core/lib/Drupal/Core/Entity/EntityForm.php Form element #after_build callback: Updates the entity with submitted data.
EntityForm::buildEntity function core/lib/Drupal/Core/Entity/EntityForm.php Builds an updated entity object based upon the submitted form values.
EntityForm::buildForm function core/lib/Drupal/Core/Entity/EntityForm.php Form constructor.
EntityForm::copyFormValuesToEntity function core/lib/Drupal/Core/Entity/EntityForm.php Copies top-level form values to entity properties.
EntityForm::form function core/lib/Drupal/Core/Entity/EntityForm.php Gets the actual form array to be built.
EntityForm::getBaseFormId function core/lib/Drupal/Core/Entity/EntityForm.php Returns a string identifying the base form.
EntityForm::getEntity function core/lib/Drupal/Core/Entity/EntityForm.php Gets the form entity.
EntityForm::getEntityFromRouteMatch function core/lib/Drupal/Core/Entity/EntityForm.php Determines which entity will be used by this form from a RouteMatch object.
EntityForm::getFormId function core/lib/Drupal/Core/Entity/EntityForm.php Returns a unique string identifying the form.
EntityForm::getOperation function core/lib/Drupal/Core/Entity/EntityForm.php Gets the operation identifying the form.
EntityForm::init function core/lib/Drupal/Core/Entity/EntityForm.php Initialize the form state and the entity before the first form build.
EntityForm::prepareEntity function core/lib/Drupal/Core/Entity/EntityForm.php Prepares the entity object before the form is built first.
EntityForm::prepareInvokeAll function core/lib/Drupal/Core/Entity/EntityForm.php Invokes the specified prepare hook variant.
EntityForm::processForm function core/lib/Drupal/Core/Entity/EntityForm.php Process callback: assigns weights and hides extra fields.
EntityForm::save function core/lib/Drupal/Core/Entity/EntityForm.php Form submission handler for the &#039;save&#039; action.
EntityForm::setEntity function core/lib/Drupal/Core/Entity/EntityForm.php Sets the form entity.
EntityForm::setEntityTypeManager function core/lib/Drupal/Core/Entity/EntityForm.php Sets the entity type manager for this form.
EntityForm::setModuleHandler function core/lib/Drupal/Core/Entity/EntityForm.php Sets the module handler for this form.
EntityForm::setOperation function core/lib/Drupal/Core/Entity/EntityForm.php Sets the operation for this form.
EntityForm::submitForm function core/lib/Drupal/Core/Entity/EntityForm.php This is the default entity object builder function. It is called before any
other submit handler to build the new entity object to be used by the
following submit handlers. At this point of the form workflow the entity is
validated and the form state…
EntityFormBuilder class core/lib/Drupal/Core/Entity/EntityFormBuilder.php Builds entity forms.
EntityFormBuilder.php file core/lib/Drupal/Core/Entity/EntityFormBuilder.php

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