Search for __get

  1. Search 7.x for __get
  2. Search 9.5.x for __get
  3. Search 8.9.x for __get
  4. Search 10.3.x for __get
  5. Other projects
Title Object type File name Summary
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::setTargetBundle function core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php Sets the bundle to be displayed.
EntityDisplayModeBase::$targetEntityType property core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php The entity type this form or view mode is used for.
EntityDisplayModeBase::getDescription function core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php Gets the display mode description.
EntityDisplayModeBase::getTargetType function core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php Gets the entity type this display mode is used for.
EntityDisplayModeBase::setTargetType function core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php Set the entity type this display mode is used for.
EntityDisplayModeBaseUnitTest::testGetTargetType function core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayModeBaseUnitTest.php @covers ::getTargetType
EntityDisplayModeBaseUnitTest::testSetTargetType function core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayModeBaseUnitTest.php @covers ::setTargetType
EntityDisplayModeDeleteForm::getDescription function core/modules/field_ui/src/Form/EntityDisplayModeDeleteForm.php Returns additional text to display as a description.
EntityDisplayModeFormBase::$targetEntityTypeId property core/modules/field_ui/src/Form/EntityDisplayModeFormBase.php The entity type for which the display mode is being created or edited.
EntityDisplayModeFormBase::getDisplayByContext function core/modules/field_ui/src/Form/EntityDisplayModeFormBase.php Returns View or Form display based on display context.
EntityDisplayModeFormBase::getEntityDisplay function core/modules/field_ui/src/Form/EntityDisplayModeFormBase.php Returns an entity display object to be used by this form.
EntityDisplayModeFormBase::getFormDisplay function core/modules/field_ui/src/Form/EntityDisplayModeFormBase.php Load the form display for a given bundle and form mode name.
EntityDisplayModeFormBase::getOverviewUrl function core/modules/field_ui/src/Form/EntityDisplayModeFormBase.php Returns the Url object for a specific entity (form) display edit form.
EntityDisplayModeFormBase::getViewDisplay function core/modules/field_ui/src/Form/EntityDisplayModeFormBase.php Load the view display for a given bundle and view mode name.
EntityDisplayModeInterface::getDescription function core/lib/Drupal/Core/Entity/EntityDisplayModeInterface.php Gets the display mode description.
EntityDisplayModeInterface::getTargetType function core/lib/Drupal/Core/Entity/EntityDisplayModeInterface.php Gets the entity type this display mode is used for.
EntityDisplayModeInterface::setTargetType function core/lib/Drupal/Core/Entity/EntityDisplayModeInterface.php Set the entity type this display mode is used for.
EntityDisplayModeListBuilder::getOperations function core/modules/field_ui/src/EntityDisplayModeListBuilder.php Provides an array of information to build a list of operation links.
EntityDisplayRepository::getAllDisplayModesByEntityType function core/lib/Drupal/Core/Entity/EntityDisplayRepository.php Gets the entity display mode info for all entity types.
EntityDisplayRepository::getAllFormModes function core/lib/Drupal/Core/Entity/EntityDisplayRepository.php Gets the entity form mode info for all entity types.
EntityDisplayRepository::getAllViewModes function core/lib/Drupal/Core/Entity/EntityDisplayRepository.php Gets the entity view mode info for all entity types.
EntityDisplayRepository::getDisplayModeOptions function core/lib/Drupal/Core/Entity/EntityDisplayRepository.php Gets an array of display mode options.
EntityDisplayRepository::getDisplayModeOptionsByBundle function core/lib/Drupal/Core/Entity/EntityDisplayRepository.php Returns an array of enabled display mode options by bundle.
EntityDisplayRepository::getDisplayModesByEntityType function core/lib/Drupal/Core/Entity/EntityDisplayRepository.php Gets the entity display mode info for a specific entity type.
EntityDisplayRepository::getFormDisplay function core/lib/Drupal/Core/Entity/EntityDisplayRepository.php Returns the entity form display associated with a bundle and form mode.
EntityDisplayRepository::getFormModeOptions function core/lib/Drupal/Core/Entity/EntityDisplayRepository.php Gets an array of form mode options.
EntityDisplayRepository::getFormModeOptionsByBundle function core/lib/Drupal/Core/Entity/EntityDisplayRepository.php Returns an array of enabled form mode options by bundle.
EntityDisplayRepository::getFormModes function core/lib/Drupal/Core/Entity/EntityDisplayRepository.php Gets the entity form mode info for a specific entity type.
EntityDisplayRepository::getViewDisplay function core/lib/Drupal/Core/Entity/EntityDisplayRepository.php Returns the entity view display associated with a bundle and view mode.
EntityDisplayRepository::getViewModeOptions function core/lib/Drupal/Core/Entity/EntityDisplayRepository.php Gets an array of view mode options.
EntityDisplayRepository::getViewModeOptionsByBundle function core/lib/Drupal/Core/Entity/EntityDisplayRepository.php Returns an array of enabled view mode options by bundle.
EntityDisplayRepository::getViewModes function core/lib/Drupal/Core/Entity/EntityDisplayRepository.php Gets the entity view mode info for a specific entity type.
EntityDisplayRepositoryInterface::getAllFormModes function core/lib/Drupal/Core/Entity/EntityDisplayRepositoryInterface.php Gets the entity form mode info for all entity types.
EntityDisplayRepositoryInterface::getAllViewModes function core/lib/Drupal/Core/Entity/EntityDisplayRepositoryInterface.php Gets the entity view mode info for all entity types.
EntityDisplayRepositoryInterface::getFormDisplay function core/lib/Drupal/Core/Entity/EntityDisplayRepositoryInterface.php Returns the entity form display associated with a bundle and form mode.
EntityDisplayRepositoryInterface::getFormModeOptions function core/lib/Drupal/Core/Entity/EntityDisplayRepositoryInterface.php Gets an array of form mode options.
EntityDisplayRepositoryInterface::getFormModeOptionsByBundle function core/lib/Drupal/Core/Entity/EntityDisplayRepositoryInterface.php Returns an array of enabled form mode options by bundle.
EntityDisplayRepositoryInterface::getFormModes function core/lib/Drupal/Core/Entity/EntityDisplayRepositoryInterface.php Gets the entity form mode info for a specific entity type.
EntityDisplayRepositoryInterface::getViewDisplay function core/lib/Drupal/Core/Entity/EntityDisplayRepositoryInterface.php Returns the entity view display associated with a bundle and view mode.
EntityDisplayRepositoryInterface::getViewModeOptions function core/lib/Drupal/Core/Entity/EntityDisplayRepositoryInterface.php Gets an array of view mode options.
EntityDisplayRepositoryInterface::getViewModeOptionsByBundle function core/lib/Drupal/Core/Entity/EntityDisplayRepositoryInterface.php Returns an array of enabled view mode options by bundle.
EntityDisplayRepositoryInterface::getViewModes function core/lib/Drupal/Core/Entity/EntityDisplayRepositoryInterface.php Gets the entity view mode info for a specific entity type.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.