Search for __get
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityDisplayFormBase::getDisplays | function | core/ |
Returns entity (form) displays for the current entity display type. |
| EntityDisplayFormBase::getDisplayStatuses | function | core/ |
Returns form or view modes statuses for the bundle used by this form. |
| EntityDisplayFormBase::getEntityDisplay | function | core/ |
Returns an entity display object to be used by this form. |
| 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. |
| 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::setTargetBundle | function | core/ |
Sets the bundle to be displayed. |
| EntityDisplayModeBase::$targetEntityType | property | core/ |
The entity type this form or view mode is used for. |
| EntityDisplayModeBase::getDescription | function | core/ |
Gets the display mode description. |
| EntityDisplayModeBase::getTargetType | function | core/ |
Gets the entity type this display mode is used for. |
| EntityDisplayModeBase::setTargetType | function | core/ |
Set the entity type this display mode is used for. |
| EntityDisplayModeBaseUnitTest::testGetTargetType | function | core/ |
@covers ::getTargetType[[api-linebreak]] |
| EntityDisplayModeBaseUnitTest::testSetTargetType | function | core/ |
@covers ::setTargetType[[api-linebreak]] |
| EntityDisplayModeDeleteForm::getDescription | function | core/ |
Returns additional text to display as a description. |
| EntityDisplayModeFormBase::$targetEntityTypeId | property | core/ |
The entity type for which the display mode is being created or edited. |
| EntityDisplayModeFormBase::getDisplayByContext | function | core/ |
Returns View or Form display based on display context. |
| EntityDisplayModeFormBase::getEntityDisplay | function | core/ |
Returns an entity display object to be used by this form. |
| EntityDisplayModeFormBase::getFormDisplay | function | core/ |
Load the form display for a given bundle and form mode name. |
| EntityDisplayModeFormBase::getOverviewUrl | function | core/ |
Returns the Url object for a specific entity (form) display edit form. |
| EntityDisplayModeFormBase::getViewDisplay | function | core/ |
Load the view display for a given bundle and view mode name. |
| EntityDisplayModeInterface::getDescription | function | core/ |
Gets the display mode description. |
| EntityDisplayModeInterface::getTargetType | function | core/ |
Gets the entity type this display mode is used for. |
| EntityDisplayModeInterface::setTargetType | function | core/ |
Set the entity type this display mode is used for. |
| EntityDisplayModeListBuilder::getOperations | function | core/ |
Provides an array of information to build a list of operation links. |
| EntityDisplayRepository::getAllDisplayModesByEntityType | function | core/ |
Gets the entity display mode info for all entity types. |
| EntityDisplayRepository::getAllFormModes | function | core/ |
Gets the entity form mode info for all entity types. |
| EntityDisplayRepository::getAllViewModes | function | core/ |
Gets the entity view mode info for all entity types. |
| EntityDisplayRepository::getDisplayModeOptions | function | core/ |
Gets an array of display mode options. |
| EntityDisplayRepository::getDisplayModeOptionsByBundle | function | core/ |
Returns an array of enabled display mode options by bundle. |
| EntityDisplayRepository::getDisplayModesByEntityType | function | core/ |
Gets the entity display mode info for a specific entity type. |
| EntityDisplayRepository::getFormDisplay | function | core/ |
Returns the entity form display associated with a bundle and form mode. |
| EntityDisplayRepository::getFormModeOptions | function | core/ |
Gets an array of form mode options. |
| EntityDisplayRepository::getFormModeOptionsByBundle | function | core/ |
Returns an array of enabled form mode options by bundle. |
| EntityDisplayRepository::getFormModes | function | core/ |
Gets the entity form mode info for a specific entity type. |
| EntityDisplayRepository::getViewDisplay | function | core/ |
Returns the entity view display associated with a bundle and view mode. |
| EntityDisplayRepository::getViewModeOptions | function | core/ |
Gets an array of view mode options. |
| EntityDisplayRepository::getViewModeOptionsByBundle | function | core/ |
Returns an array of enabled view mode options by bundle. |
Pagination
- Previous page
- Page 62
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.