| EntityFormBuilderTest::$entityFormBuilder |
property |
core/tests/Drupal/Tests/Core/Entity/EntityFormBuilderTest.php |
The entity form builder. |
| EntityFormBuilderTest::$entityTypeManager |
property |
core/tests/Drupal/Tests/Core/Entity/EntityFormBuilderTest.php |
The entity type manager. |
| EntityFormBuilderTest::$formBuilder |
property |
core/tests/Drupal/Tests/Core/Entity/EntityFormBuilderTest.php |
The form builder. |
| EntityFormBuilderTest::setUp |
function |
core/tests/Drupal/Tests/Core/Entity/EntityFormBuilderTest.php |
|
| EntityFormBuilderTest::testGetForm |
function |
core/tests/Drupal/Tests/Core/Entity/EntityFormBuilderTest.php |
Tests the getForm() method. |
| EntityFormDisplay |
class |
core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php |
Configuration entity. |
| EntityFormDisplay.php |
file |
core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php |
|
| EntityFormDisplay::$displayContext |
property |
core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php |
Context in which this entity will be used (e.g. 'view', 'form'). |
| EntityFormDisplay::buildForm |
function |
core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php |
Adds field widgets to an entity form. |
| 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 |
Extracts field values from the submitted widget values into the entity. |
| EntityFormDisplay::flagWidgetsErrorsFromViolations |
function |
core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php |
Flags entity validation violations as form errors. |
| EntityFormDisplay::getPluginCollections |
function |
core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php |
Gets the plugin collections used by this object. |
| EntityFormDisplay::getRenderer |
function |
core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php |
Gets the renderer plugin for a field (e.g. widget, formatter). |
| 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 |
Validates submitted widget values and sets the corresponding form errors. |
| EntityFormDisplay::__construct |
function |
core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php |
Constructs an Entity object. |
| 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 |
Performs access checks. |
| 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 |
The display context. Either 'view' or 'form'. |
| EntityFormDisplayEditForm::alterSettingsSummary |
function |
core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php |
Alters the widget or formatter settings summary. |
| EntityFormDisplayEditForm::buildFieldRow |
function |
core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php |
Builds the table row structure for a single field. |
| EntityFormDisplayEditForm::create |
function |
core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php |
Instantiates a new instance of this class. |
| 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. |