Search for mode
Title | Object type | File name | Summary |
---|---|---|---|
EditModeTest::ANNOUNCE_SELECTOR | constant | core/ |
CSS selector for Drupal's announce element. |
EditModeTest::assertAnnounceEditMode | function | core/ |
Asserts that the correct message was announced when entering edit mode. |
EditModeTest::assertAnnounceLeaveEditMode | function | core/ |
Assert that the correct message was announced when leaving edit mode. |
EditModeTest::getTabbableElementsCount | function | core/ |
Gets the number of elements that are tabbable. |
EditModeTest::pressToolbarEditButton | function | core/ |
Presses the toolbar edit mode. |
EditModeTest::setUp | function | core/ |
|
EditModeTest::testEditModeEnableDisable | function | core/ |
Tests enabling and disabling edit mode. |
entity-moderation-form.html.twig | file | core/ |
<ul class="entity-moderation-form"> <li class="entity-moderation-form__item">{{ form.current }}</li> <li class="entity-moderation-form__item">{{ form.new_state }}</li> <li… |
entity-moderation-form.html.twig | file | core/ |
<ul class="entity-moderation-form"> <li class="entity-moderation-form__item">{{ form.current }}</li> <li class="entity-moderation-form__item">{{ form.new_state }}</li> <li… |
EntityCacheTagsTestBase::selectViewMode | function | core/ |
Selects the preferred view mode for the given entity type. |
EntityDisplayBase::$mode | property | core/ |
View or form mode to be displayed. |
EntityDisplayBase::$originalMode | property | core/ |
The original view or form mode that was requested. |
EntityDisplayBase::CUSTOM_MODE | constant | core/ |
The mode used to render entities with arbitrary display options. |
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. |
EntityDisplayBaseTest::testGetMode | function | core/ |
@covers ::getMode |
EntityDisplayBaseTest::testGetOriginalMode | function | core/ |
@covers ::getOriginalMode |
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. |
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. |
EntityDisplayModeAddForm | class | core/ |
Provides the add form for entity display modes. |
EntityDisplayModeAddForm.php | file | core/ |
|
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::$description | property | core/ |
Description of the form or view mode. |
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::getDescription | function | core/ |
Gets the display mode description. |
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. |
EntityDisplayModeBase::preSave | function | core/ |
Acts on an entity before the presave hook is invoked. |
EntityDisplayModeBase::setTargetType | function | core/ |
Set the entity type this display mode is used for. |
EntityDisplayModeBase::sort | function | core/ |
Helper callback for uasort() to sort configuration entities by weight and label. |
EntityDisplayModeBase::urlRouteParameters | function | core/ |
Gets an array of placeholders for this entity. |
EntityDisplayModeBaseTestableClass | class | core/ |
A class extending EntityDisplayModeBase for testing purposes. |
EntityDisplayModeBaseUnitTest | class | core/ |
@coversDefaultClass \Drupal\Core\Entity\EntityDisplayModeBase @group Config |
EntityDisplayModeBaseUnitTest.php | file | core/ |
|
EntityDisplayModeBaseUnitTest::$entity | property | core/ |
The entity under test. |
EntityDisplayModeBaseUnitTest::$entityInfo | property | core/ |
The entity type used for testing. |
EntityDisplayModeBaseUnitTest::$entityType | property | core/ |
The ID of the type of the entity under test. |
EntityDisplayModeBaseUnitTest::$entityTypeManager | property | core/ |
The entity type manager used for testing. |
Pagination
- Previous page
- Page 10
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.