| EntityDisplayFormBase::getEntityDisplay |
function |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
Returns an entity display object to be used by this form. |
| EntityDisplayFormBase::getEntityFromRouteMatch |
function |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
|
| EntityDisplayFormBase::getExtraFields |
function |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
Returns the extra fields of the entity type and bundle used by this form. |
| EntityDisplayFormBase::getFieldDefinitions |
function |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
Collects the definitions of fields whose display is configurable. |
| EntityDisplayFormBase::getOverviewUrl |
function |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
Returns the Url object for a specific entity (form) display edit form. |
| EntityDisplayFormBase::getRegionOptions |
function |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
Returns an associative array of all regions. |
| EntityDisplayFormBase::getRegions |
function |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
Get the regions needed to create the overview form. |
| EntityDisplayFormBase::getRowRegion |
function |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
Returns the region to which a row in the display overview belongs. |
| EntityDisplayFormBase::getTableHeader |
function |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
Returns an array containing the table headers. |
| EntityDisplayFormBase::multistepAjax |
function |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
Ajax handler for multistep buttons. |
| EntityDisplayFormBase::multistepSubmit |
function |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
Form submission handler for multistep buttons. |
| EntityDisplayFormBase::saveDisplayStatuses |
function |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
Saves the updated display mode statuses. |
| EntityDisplayFormBase::submitForm |
function |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
|
| EntityDisplayFormBase::thirdPartySettingsForm |
function |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
Adds the widget or formatter third party settings forms. |
| EntityDisplayFormBase::__construct |
function |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
Constructs a new EntityDisplayFormBase. |
| EntityDisplayFormBaseTest |
class |
core/modules/field_ui/tests/src/Functional/EntityDisplayFormBaseTest.php |
Tests the UI for configuring entity displays. |
| EntityDisplayFormBaseTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayFormBaseTest.php |
Tests Drupal\field_ui\Form\EntityDisplayFormBase. |
| EntityDisplayFormBaseTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayFormBaseTest.php |
|
| EntityDisplayFormBaseTest.php |
file |
core/modules/field_ui/tests/src/Functional/EntityDisplayFormBaseTest.php |
|
| EntityDisplayFormBaseTest::$defaultTheme |
property |
core/modules/field_ui/tests/src/Functional/EntityDisplayFormBaseTest.php |
|
| EntityDisplayFormBaseTest::$modules |
property |
core/modules/field_ui/tests/src/Functional/EntityDisplayFormBaseTest.php |
|
| EntityDisplayFormBaseTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayFormBaseTest.php |
|
| EntityDisplayFormBaseTest::setUp |
function |
core/modules/field_ui/tests/src/Functional/EntityDisplayFormBaseTest.php |
|
| EntityDisplayFormBaseTest::testCopyFormValuesToEntity |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayFormBaseTest.php |
Tests copy form values to entity. |
| EntityDisplayFormBaseTest::testNoApplicableFormatters |
function |
core/modules/field_ui/tests/src/Functional/EntityDisplayFormBaseTest.php |
Ensures the entity is not affected when there are no applicable formatters. |
| EntityDisplayInterface |
interface |
core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php |
Provides a common interface for entity displays. |
| EntityDisplayInterface.php |
file |
core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php |
|
| EntityDisplayInterface::createCopy |
function |
core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php |
Creates a duplicate of the entity display object on a different view mode. |
| EntityDisplayInterface::getComponent |
function |
core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php |
Gets the display options set for a component. |
| EntityDisplayInterface::getComponents |
function |
core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php |
Gets the display options for all components. |
| EntityDisplayInterface::getHighestWeight |
function |
core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php |
Gets the highest weight of the components in the display. |
| EntityDisplayInterface::getMode |
function |
core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php |
Gets the view or form mode to be displayed. |
| EntityDisplayInterface::getOriginalMode |
function |
core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php |
Gets the original view or form mode that was requested. |
| EntityDisplayInterface::getRenderer |
function |
core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php |
Gets the renderer plugin for a field (e.g. widget, formatter). |
| EntityDisplayInterface::getTargetBundle |
function |
core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php |
Gets the bundle to be displayed. |
| EntityDisplayInterface::getTargetEntityTypeId |
function |
core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php |
Gets the entity type for which this display is used. |
| EntityDisplayInterface::removeComponent |
function |
core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php |
Sets a component to be hidden. |
| EntityDisplayInterface::setComponent |
function |
core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php |
Sets the display options for a component. |
| EntityDisplayInterface::setTargetBundle |
function |
core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php |
Sets the bundle to be displayed. |
| EntityDisplayModeAddForm |
class |
core/modules/field_ui/src/Form/EntityDisplayModeAddForm.php |
Provides the add form for entity display modes. |
| EntityDisplayModeAddForm.php |
file |
core/modules/field_ui/src/Form/EntityDisplayModeAddForm.php |
|
| EntityDisplayModeAddForm::buildForm |
function |
core/modules/field_ui/src/Form/EntityDisplayModeAddForm.php |
|
| EntityDisplayModeAddForm::prepareEntity |
function |
core/modules/field_ui/src/Form/EntityDisplayModeAddForm.php |
|
| EntityDisplayModeAddForm::validateForm |
function |
core/modules/field_ui/src/Form/EntityDisplayModeAddForm.php |
|
| EntityDisplayModeBase |
class |
core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php |
Base class for config entity types with settings for form and view modes. |
| EntityDisplayModeBase.php |
file |
core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php |
|
| EntityDisplayModeBase::$cache |
property |
core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php |
Whether or not the rendered output of this view mode is cached by default. |
| EntityDisplayModeBase::$description |
property |
core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php |
Description of the form or view mode. |
| EntityDisplayModeBase::$id |
property |
core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php |
The ID of the form or view mode. |
| EntityDisplayModeBase::$label |
property |
core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php |
The human-readable name of the form or view mode. |