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. Search 11.x 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
EntityFormDisplay.php file core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php
EntityFormDisplay::$displayContext property core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php
EntityFormDisplay::buildForm function core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php
EntityFormDisplay::collectRenderDisplay function core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php Returns the entity_form_display object used to build an entity form.
EntityFormDisplay::extractFormValues function core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php
EntityFormDisplay::flagWidgetsErrorsFromViolations function core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php
EntityFormDisplay::getPluginCollections function core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php
EntityFormDisplay::getRenderer function core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php
EntityFormDisplay::movePropertyPathViolationsRelativeToField function core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php Moves the property path to be relative to field level.
EntityFormDisplay::processForm function core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php Process callback: assigns weights and hides extra fields.
EntityFormDisplay::validateFormValues function core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php
EntityFormDisplay::__construct function core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php
EntityFormDisplayAccessControlHandler class core/lib/Drupal/Core/Entity/Entity/Access/EntityFormDisplayAccessControlHandler.php Provides an entity access control handler for form displays.
EntityFormDisplayAccessControlHandler.php file core/lib/Drupal/Core/Entity/Entity/Access/EntityFormDisplayAccessControlHandler.php
EntityFormDisplayAccessControlHandler::checkAccess function core/lib/Drupal/Core/Entity/Entity/Access/EntityFormDisplayAccessControlHandler.php
EntityFormDisplayAccessControlHandlerTest class core/tests/Drupal/Tests/Core/Entity/Access/EntityFormDisplayAccessControlHandlerTest.php Tests Drupal\Core\Entity\Entity\Access\EntityFormDisplayAccessControlHandler.
EntityFormDisplayAccessControlHandlerTest.php file core/tests/Drupal/Tests/Core/Entity/Access/EntityFormDisplayAccessControlHandlerTest.php
EntityFormDisplayAccessControlHandlerTest::$accessControlHandler property core/tests/Drupal/Tests/Core/Entity/Access/EntityFormDisplayAccessControlHandlerTest.php The field storage config access controller to test.
EntityFormDisplayAccessControlHandlerTest::$anon property core/tests/Drupal/Tests/Core/Entity/Access/EntityFormDisplayAccessControlHandlerTest.php The mock account without field storage config access.
EntityFormDisplayAccessControlHandlerTest::$entity property core/tests/Drupal/Tests/Core/Entity/Access/EntityFormDisplayAccessControlHandlerTest.php The EntityFormDisplay entity used for testing.
EntityFormDisplayAccessControlHandlerTest::$member property core/tests/Drupal/Tests/Core/Entity/Access/EntityFormDisplayAccessControlHandlerTest.php The mock account with EntityFormDisplay access.
EntityFormDisplayAccessControlHandlerTest::$moduleHandler property core/tests/Drupal/Tests/Core/Entity/Access/EntityFormDisplayAccessControlHandlerTest.php The mock module handler.
EntityFormDisplayAccessControlHandlerTest::$parentMember property core/tests/Drupal/Tests/Core/Entity/Access/EntityFormDisplayAccessControlHandlerTest.php The mock account with EntityFormDisplay access via parent access check.
EntityFormDisplayAccessControlHandlerTest::assertAllowOperations function core/tests/Drupal/Tests/Core/Entity/Access/EntityFormDisplayAccessControlHandlerTest.php Assert method to verify the access by operations.
EntityFormDisplayAccessControlHandlerTest::getEntityTypeManager function core/tests/Drupal/Tests/Core/Entity/Access/EntityFormDisplayAccessControlHandlerTest.php Returns a mock Entity Type Manager.
EntityFormDisplayAccessControlHandlerTest::setUp function core/tests/Drupal/Tests/Core/Entity/Access/EntityFormDisplayAccessControlHandlerTest.php
EntityFormDisplayAccessControlHandlerTest::testAccess function core/tests/Drupal/Tests/Core/Entity/Access/EntityFormDisplayAccessControlHandlerTest.php Tests access.
EntityFormDisplayEditForm class core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php Edit form for the EntityFormDisplay entity type.
EntityFormDisplayEditForm.php file core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php
EntityFormDisplayEditForm::$displayContext property core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php
EntityFormDisplayEditForm::alterSettingsSummary function core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php
EntityFormDisplayEditForm::buildFieldRow function core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php
EntityFormDisplayEditForm::create function core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php
EntityFormDisplayEditForm::form function core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php
EntityFormDisplayEditForm::getDefaultPlugin function core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php
EntityFormDisplayEditForm::getDisplayModeOptions function core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php
EntityFormDisplayEditForm::getDisplayModes function core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php
EntityFormDisplayEditForm::getDisplayModesLink function core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php
EntityFormDisplayEditForm::getEntityDisplay function core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php
EntityFormDisplayEditForm::getOverviewUrl function core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php
EntityFormDisplayEditForm::getTableHeader function core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php
EntityFormDisplayEditForm::submitForm function core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php
EntityFormDisplayEditForm::thirdPartySettingsForm function core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php
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.

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