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
EntityFormInterface::setEntityTypeManager function core/lib/Drupal/Core/Entity/EntityFormInterface.php Sets the entity type manager for this form.
EntityFormInterface::setModuleHandler function core/lib/Drupal/Core/Entity/EntityFormInterface.php Sets the module handler for this form.
EntityFormInterface::setOperation function core/lib/Drupal/Core/Entity/EntityFormInterface.php Sets the operation for this form.
EntityFormInterface::setStringTranslation function core/lib/Drupal/Core/Entity/EntityFormInterface.php Sets the string translation service for this form.
EntityFormMode class core/lib/Drupal/Core/Entity/Entity/EntityFormMode.php Defines the entity form mode configuration entity class.
EntityFormMode.php file core/lib/Drupal/Core/Entity/Entity/EntityFormMode.php
EntityFormModeAddForm class core/modules/field_ui/src/Form/EntityFormModeAddForm.php Provides the add form for entity display modes.
EntityFormModeAddForm.php file core/modules/field_ui/src/Form/EntityFormModeAddForm.php
EntityFormModeAddForm::prepareEntity function core/modules/field_ui/src/Form/EntityFormModeAddForm.php Prepares the entity object before the form is built first.
EntityFormModeInterface interface core/lib/Drupal/Core/Entity/EntityFormModeInterface.php Provides an interface defining an entity form mode entity type.
EntityFormModeInterface.php file core/lib/Drupal/Core/Entity/EntityFormModeInterface.php
EntityFormModeJsonAnonTest class core/tests/Drupal/FunctionalTests/Rest/EntityFormModeJsonAnonTest.php Tests Entity Form Mode Json Anon.
EntityFormModeJsonAnonTest.php file core/tests/Drupal/FunctionalTests/Rest/EntityFormModeJsonAnonTest.php
EntityFormModeJsonAnonTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeJsonAnonTest.php The theme to install as the default for testing.
EntityFormModeJsonAnonTest::$format property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeJsonAnonTest.php The format to use in this test.
EntityFormModeJsonAnonTest::$mimeType property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeJsonAnonTest.php The MIME type that corresponds to $format.
EntityFormModeJsonBasicAuthTest class core/tests/Drupal/FunctionalTests/Rest/EntityFormModeJsonBasicAuthTest.php Tests Entity Form Mode Json Basic Auth.
EntityFormModeJsonBasicAuthTest.php file core/tests/Drupal/FunctionalTests/Rest/EntityFormModeJsonBasicAuthTest.php
EntityFormModeJsonBasicAuthTest::$auth property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeJsonBasicAuthTest.php The authentication mechanism to use in this test.
EntityFormModeJsonBasicAuthTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeJsonBasicAuthTest.php The theme to install as the default for testing.
EntityFormModeJsonBasicAuthTest::$format property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeJsonBasicAuthTest.php The format to use in this test.
EntityFormModeJsonBasicAuthTest::$mimeType property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeJsonBasicAuthTest.php The MIME type that corresponds to $format.
EntityFormModeJsonBasicAuthTest::$modules property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeJsonBasicAuthTest.php @todo Remove &#039;field_ui&#039; when https://www.drupal.org/node/2867266.
EntityFormModeJsonCookieTest class core/tests/Drupal/FunctionalTests/Rest/EntityFormModeJsonCookieTest.php Tests Entity Form Mode Json Cookie.
EntityFormModeJsonCookieTest.php file core/tests/Drupal/FunctionalTests/Rest/EntityFormModeJsonCookieTest.php
EntityFormModeJsonCookieTest::$auth property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeJsonCookieTest.php The authentication mechanism to use in this test.
EntityFormModeJsonCookieTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeJsonCookieTest.php The theme to install as the default for testing.
EntityFormModeJsonCookieTest::$format property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeJsonCookieTest.php The format to use in this test.
EntityFormModeJsonCookieTest::$mimeType property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeJsonCookieTest.php The MIME type that corresponds to $format.
EntityFormModeListBuilder class core/modules/field_ui/src/EntityFormModeListBuilder.php Defines a class to build a listing of form mode entities.
EntityFormModeListBuilder.php file core/modules/field_ui/src/EntityFormModeListBuilder.php
EntityFormModeListBuilder::isValidEntity function core/modules/field_ui/src/EntityFormModeListBuilder.php Filters entities based on their form mode handlers.
EntityFormModeResourceTestBase class core/tests/Drupal/FunctionalTests/Rest/EntityFormModeResourceTestBase.php Resource test base for the entity_form_mode entity.
EntityFormModeResourceTestBase.php file core/tests/Drupal/FunctionalTests/Rest/EntityFormModeResourceTestBase.php
EntityFormModeResourceTestBase::$entity property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeResourceTestBase.php
EntityFormModeResourceTestBase::$entityTypeId property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeResourceTestBase.php The tested entity type.
EntityFormModeResourceTestBase::$modules property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeResourceTestBase.php @todo Remove &#039;field_ui&#039; when https://www.drupal.org/node/2867266.
EntityFormModeResourceTestBase::createEntity function core/tests/Drupal/FunctionalTests/Rest/EntityFormModeResourceTestBase.php Creates the entity to be tested.
EntityFormModeResourceTestBase::getExpectedNormalizedEntity function core/tests/Drupal/FunctionalTests/Rest/EntityFormModeResourceTestBase.php Returns the expected normalization of the entity.
EntityFormModeResourceTestBase::getNormalizedPostEntity function core/tests/Drupal/FunctionalTests/Rest/EntityFormModeResourceTestBase.php Returns the normalized POST entity.
EntityFormModeResourceTestBase::setUpAuthorization function core/tests/Drupal/FunctionalTests/Rest/EntityFormModeResourceTestBase.php Sets up the necessary authorization.
EntityFormModeTest class core/modules/jsonapi/tests/src/Functional/EntityFormModeTest.php JSON:API integration test for the &quot;EntityFormMode&quot; config entity type.
EntityFormModeTest.php file core/modules/jsonapi/tests/src/Functional/EntityFormModeTest.php
EntityFormModeTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/EntityFormModeTest.php The theme to install as the default for testing.
EntityFormModeTest::$entity property core/modules/jsonapi/tests/src/Functional/EntityFormModeTest.php
EntityFormModeTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/EntityFormModeTest.php The tested entity type.
EntityFormModeTest::$modules property core/modules/jsonapi/tests/src/Functional/EntityFormModeTest.php @todo Remove &#039;field_ui&#039; when https://www.drupal.org/node/2867266.
EntityFormModeTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/EntityFormModeTest.php The name of the tested JSON:API resource type.
EntityFormModeTest::createEntity function core/modules/jsonapi/tests/src/Functional/EntityFormModeTest.php Creates the entity to be tested.
EntityFormModeTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/EntityFormModeTest.php Returns the expected JSON:API document for the entity.

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