Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityDisplayFormBase::getEntityFromRouteMatch | function | core/ |
Determines which entity will be used by this form from a RouteMatch object. |
| EntityDisplayFormBase::getExtraFields | function | core/ |
Returns the extra fields of the entity type and bundle used by this form. |
| EntityDisplayFormBase::getFieldDefinitions | function | core/ |
Collects the definitions of fields whose display is configurable. |
| EntityDisplayFormBase::getOverviewUrl | function | core/ |
Returns the Url object for a specific entity (form) display edit form. |
| EntityDisplayFormBase::getRegionOptions | function | core/ |
Returns an associative array of all regions. |
| EntityDisplayFormBase::getRegions | function | core/ |
Get the regions needed to create the overview form. |
| EntityDisplayFormBase::getRowRegion | function | core/ |
Returns the region to which a row in the display overview belongs. |
| EntityDisplayFormBase::getTableHeader | function | core/ |
Returns an array containing the table headers. |
| EntityDisplayFormBase::multistepAjax | function | core/ |
Ajax handler for multistep buttons. |
| EntityDisplayFormBase::multistepSubmit | function | core/ |
Form submission handler for multistep buttons. |
| EntityDisplayFormBase::reduceOrder | function | core/ |
Determines the rendering order of an array representing a tree. |
| EntityDisplayFormBase::saveDisplayStatuses | function | core/ |
Saves the updated display mode statuses. |
| EntityDisplayFormBase::submitForm | function | core/ |
This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state… |
| EntityDisplayFormBase::tablePreRender | function | core/ |
Performs pre-render tasks on field_ui_table elements. |
| EntityDisplayFormBase::thirdPartySettingsForm | function | core/ |
Adds the widget or formatter third party settings forms. |
| EntityDisplayFormBase::__construct | function | core/ |
Constructs a new EntityDisplayFormBase. |
| EntityDisplayFormBaseTest | class | core/ |
@coversDefaultClass \Drupal\field_ui\Form\EntityDisplayFormBase[[api-linebreak]] |
| EntityDisplayFormBaseTest.php | file | core/ |
|
| EntityDisplayFormBaseTest::$modules | property | core/ |
Modules to enable. |
| EntityDisplayFormBaseTest::testCopyFormValuesToEntity | function | core/ |
@covers ::copyFormValuesToEntity[[api-linebreak]] |
| EntityDisplayInterface | interface | core/ |
Provides a common interface for entity displays. |
| EntityDisplayInterface.php | file | core/ |
|
| EntityDisplayInterface::createCopy | function | core/ |
Creates a duplicate of the entity display object on a different view mode. |
| EntityDisplayInterface::getComponent | function | core/ |
Gets the display options set for a component. |
| EntityDisplayInterface::getComponents | function | core/ |
Gets the display options for all components. |
| EntityDisplayInterface::getHighestWeight | function | core/ |
Gets the highest weight of the components in the display. |
| EntityDisplayInterface::getMode | function | core/ |
Gets the view or form mode to be displayed. |
| EntityDisplayInterface::getOriginalMode | function | core/ |
Gets the original view or form mode that was requested. |
| EntityDisplayInterface::getRenderer | function | core/ |
Gets the renderer plugin for a field (e.g. widget, formatter). |
| EntityDisplayInterface::getTargetBundle | function | core/ |
Gets the bundle to be displayed. |
| EntityDisplayInterface::getTargetEntityTypeId | function | core/ |
Gets the entity type for which this display is used. |
| EntityDisplayInterface::removeComponent | function | core/ |
Sets a component to be hidden. |
| EntityDisplayInterface::setComponent | function | core/ |
Sets the display options for a component. |
| EntityDisplayInterface::setTargetBundle | function | core/ |
Sets the bundle to be displayed. |
| EntityDisplayModeAddForm | class | core/ |
Provides the add form for entity display modes. |
| EntityDisplayModeAddForm.php | file | core/ |
|
| EntityDisplayModeAddForm::$targetEntityTypeId | property | core/ |
The entity type for which the display mode is being created. |
| EntityDisplayModeAddForm::buildForm | function | core/ |
Form constructor. |
| EntityDisplayModeAddForm::prepareEntity | function | core/ |
Prepares the entity object before the form is built first. |
| EntityDisplayModeAddForm::validateForm | function | core/ |
Form validation handler. |
| EntityDisplayModeBase | class | core/ |
Base class for config entity types with settings for form and view modes. |
| EntityDisplayModeBase.php | file | core/ |
|
| EntityDisplayModeBase::$cache | property | core/ |
Whether or not the rendered output of this view mode is cached by default. |
| EntityDisplayModeBase::$id | property | core/ |
The ID of the form or view mode. |
| EntityDisplayModeBase::$label | property | core/ |
The human-readable name of the form or view mode. |
| EntityDisplayModeBase::$status | property | core/ |
Whether or not this form or view mode has custom settings by default. |
| EntityDisplayModeBase::$targetEntityType | property | core/ |
The entity type this form or view mode is used for. |
| EntityDisplayModeBase::calculateDependencies | function | core/ |
Calculates dependencies and stores them in the dependency property. |
| EntityDisplayModeBase::getTargetType | function | core/ |
Gets the entity type this display mode is used for. |
| EntityDisplayModeBase::preDelete | function | core/ |
Acts on entities before they are deleted and before hooks are invoked. |
Pagination
- Previous page
- Page 380
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.