Search for __get
- Search 7.x for __get
- Search 9.5.x for __get
- Search 10.3.x for __get
- Search 11.x for __get
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
EntityDisplayBase::getComponents | function | core/ |
Gets the display options for all components. |
EntityDisplayBase::getDefaultRegion | function | core/ |
Gets the default region. |
EntityDisplayBase::getFieldDefinition | function | core/ |
Gets the field definition of a field. |
EntityDisplayBase::getFieldDefinitions | function | core/ |
Gets the definitions of the fields that are candidate for display. |
EntityDisplayBase::getHighestWeight | function | core/ |
Gets the highest weight of the components in the display. |
EntityDisplayBase::getLogger | function | core/ |
Provides the 'system' channel logger service. |
EntityDisplayBase::getMode | function | core/ |
Gets the view or form mode to be displayed. |
EntityDisplayBase::getOriginalMode | function | core/ |
Gets the original view or form mode that was requested. |
EntityDisplayBase::getPluginRemovedDependencies | function | core/ |
Returns the plugin dependencies being removed. |
EntityDisplayBase::getTargetBundle | function | core/ |
Gets the bundle to be displayed. |
EntityDisplayBase::getTargetEntityTypeId | function | core/ |
Gets the entity type for which this display is used. |
EntityDisplayBase::setTargetBundle | function | core/ |
Sets the bundle to be displayed. |
EntityDisplayBaseTest::testGetMode | function | core/ |
@covers ::getMode |
EntityDisplayBaseTest::testGetOriginalMode | function | core/ |
@covers ::getOriginalMode |
EntityDisplayBaseTest::testGetTargetBundle | function | core/ |
@covers ::getTargetBundle |
EntityDisplayBaseTest::testGetTargetEntityTypeId | function | core/ |
@covers ::getTargetEntityTypeId |
EntityDisplayBaseTest::testSetTargetBundle | function | core/ |
@covers ::setTargetBundle |
EntityDisplayFormBase::getApplicablePluginOptions | function | core/ |
Returns an array of applicable widget or formatter options for a field. |
EntityDisplayFormBase::getDefaultPlugin | function | core/ |
Returns the ID of the default widget or formatter plugin for a field type. |
EntityDisplayFormBase::getDisplayModeOptions | function | core/ |
Returns an array of form or view mode options. |
EntityDisplayFormBase::getDisplayModes | function | core/ |
Returns the form or view modes used by this form. |
EntityDisplayFormBase::getDisplayModesLink | function | core/ |
Returns a link to the form or view mode admin page. |
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. |
EntityDisplayModeAddForm::$targetEntityTypeId | property | core/ |
The entity type for which the display mode is being created. |
EntityDisplayModeBase::$targetEntityType | property | core/ |
The entity type this form or view mode is used for. |
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 |
EntityDisplayModeBaseUnitTest::testSetTargetType | function | core/ |
@covers ::setTargetType |
EntityDisplayModeDeleteForm::getDescription | function | core/ |
Returns additional text to display as a description. |
EntityDisplayModeInterface::getTargetType | function | core/ |
Gets the entity type this display mode is used for. |
Pagination
- Previous page
- Page 58
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.