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
EntityFormDisplayEditForm::getDefaultPlugin function core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php Returns the ID of the default widget or formatter plugin for a field type.
EntityFormDisplayEditForm::getDisplayModeOptions function core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php Returns an array of form or view mode options.
EntityFormDisplayEditForm::getDisplayModes function core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php Returns the form or view modes used by this form.
EntityFormDisplayEditForm::getDisplayModesLink function core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php Returns a link to the form or view mode admin page.
EntityFormDisplayEditForm::getEntityDisplay function core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php Returns an entity display object to be used by this form.
EntityFormDisplayEditForm::getOverviewUrl function core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php Returns the Url object for a specific entity (form) display edit form.
EntityFormDisplayEditForm::getTableHeader function core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php Returns an array containing the table headers.
EntityFormDisplayEditForm::thirdPartySettingsForm function core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php Adds the widget or formatter third party settings forms.
EntityFormDisplayInterface interface core/lib/Drupal/Core/Entity/Display/EntityFormDisplayInterface.php Provides a common interface for entity form displays.
EntityFormDisplayInterface.php file core/lib/Drupal/Core/Entity/Display/EntityFormDisplayInterface.php
EntityFormDisplayInterface::buildForm function core/lib/Drupal/Core/Entity/Display/EntityFormDisplayInterface.php Adds field widgets to an entity form.
EntityFormDisplayInterface::extractFormValues function core/lib/Drupal/Core/Entity/Display/EntityFormDisplayInterface.php Extracts field values from the submitted widget values into the entity.
EntityFormDisplayInterface::flagWidgetsErrorsFromViolations function core/lib/Drupal/Core/Entity/Display/EntityFormDisplayInterface.php Flags entity validation violations as form errors.
EntityFormDisplayInterface::validateFormValues function core/lib/Drupal/Core/Entity/Display/EntityFormDisplayInterface.php Validates submitted widget values and sets the corresponding form errors.
EntityFormDisplayJsonAnonTest class core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayJsonAnonTest.php Tests Entity Form Display Json Anon.
EntityFormDisplayJsonAnonTest.php file core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayJsonAnonTest.php
EntityFormDisplayJsonAnonTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayJsonAnonTest.php The theme to install as the default for testing.
EntityFormDisplayJsonAnonTest::$format property core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayJsonAnonTest.php The format to use in this test.
EntityFormDisplayJsonAnonTest::$mimeType property core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayJsonAnonTest.php The MIME type that corresponds to $format.
EntityFormDisplayJsonBasicAuthTest class core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayJsonBasicAuthTest.php Tests Entity Form Display Json Basic Auth.
EntityFormDisplayJsonBasicAuthTest.php file core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayJsonBasicAuthTest.php
EntityFormDisplayJsonBasicAuthTest::$auth property core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayJsonBasicAuthTest.php The authentication mechanism to use in this test.
EntityFormDisplayJsonBasicAuthTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayJsonBasicAuthTest.php The theme to install as the default for testing.
EntityFormDisplayJsonBasicAuthTest::$format property core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayJsonBasicAuthTest.php The format to use in this test.
EntityFormDisplayJsonBasicAuthTest::$mimeType property core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayJsonBasicAuthTest.php The MIME type that corresponds to $format.
EntityFormDisplayJsonBasicAuthTest::$modules property core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayJsonBasicAuthTest.php Modules to install.
EntityFormDisplayJsonCookieTest class core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayJsonCookieTest.php Tests Entity Form Display Json Cookie.
EntityFormDisplayJsonCookieTest.php file core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayJsonCookieTest.php
EntityFormDisplayJsonCookieTest::$auth property core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayJsonCookieTest.php The authentication mechanism to use in this test.
EntityFormDisplayJsonCookieTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayJsonCookieTest.php The theme to install as the default for testing.
EntityFormDisplayJsonCookieTest::$format property core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayJsonCookieTest.php The format to use in this test.
EntityFormDisplayJsonCookieTest::$mimeType property core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayJsonCookieTest.php The MIME type that corresponds to $format.
EntityFormDisplayResourceTestBase class core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php Resource test base for the entity_form_display entity.
EntityFormDisplayResourceTestBase.php file core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php
EntityFormDisplayResourceTestBase::$entity property core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php
EntityFormDisplayResourceTestBase::$entityTypeId property core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php The tested entity type.
EntityFormDisplayResourceTestBase::$modules property core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php Modules to install.
EntityFormDisplayResourceTestBase::createEntity function core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php Creates the entity to be tested.
EntityFormDisplayResourceTestBase::getExpectedCacheContexts function core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php The expected cache contexts for the GET/HEAD response of the test entity.
EntityFormDisplayResourceTestBase::getExpectedNormalizedEntity function core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php Returns the expected normalization of the entity.
EntityFormDisplayResourceTestBase::getExpectedUnauthorizedAccessMessage function core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php Return the expected error message.
EntityFormDisplayResourceTestBase::getNormalizedPostEntity function core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php Returns the normalized POST entity.
EntityFormDisplayResourceTestBase::setUpAuthorization function core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php Sets up the necessary authorization.
EntityFormDisplayTest class core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php Tests the entity display configuration entities.
EntityFormDisplayTest class core/modules/jsonapi/tests/src/Functional/EntityFormDisplayTest.php JSON:API integration test for the &quot;EntityFormDisplay&quot; config entity type.
EntityFormDisplayTest.php file core/modules/jsonapi/tests/src/Functional/EntityFormDisplayTest.php
EntityFormDisplayTest.php file core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php
EntityFormDisplayTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/EntityFormDisplayTest.php The theme to install as the default for testing.
EntityFormDisplayTest::$entity property core/modules/jsonapi/tests/src/Functional/EntityFormDisplayTest.php
EntityFormDisplayTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/EntityFormDisplayTest.php The tested entity type.

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