| EditorIntegrationTest::getSelectedEditor |
function |
core/modules/quickedit/tests/src/Kernel/EditorIntegrationTest.php |
Returns the in-place editor that quickedit selects. |
| EditorIntegrationTest::testEditorSelection |
function |
core/modules/quickedit/tests/src/Kernel/EditorIntegrationTest.php |
Tests editor selection when the Editor module is present. |
| EditorSelectionTest |
class |
core/modules/quickedit/tests/src/Kernel/EditorSelectionTest.php |
Tests in-place field editor selection. |
| EditorSelectionTest.php |
file |
core/modules/quickedit/tests/src/Kernel/EditorSelectionTest.php |
|
| EditorSelectionTest::$editorManager |
property |
core/modules/quickedit/tests/src/Kernel/EditorSelectionTest.php |
The manager for editor plugins. |
| EditorSelectionTest::$editorSelector |
property |
core/modules/quickedit/tests/src/Kernel/EditorSelectionTest.php |
The editor selector object to be tested. |
| EditorSelectionTest::getSelectedEditor |
function |
core/modules/quickedit/tests/src/Kernel/EditorSelectionTest.php |
Returns the in-place editor that Quick Edit selects. |
| EditorSelectionTest::setUp |
function |
core/modules/quickedit/tests/src/Kernel/EditorSelectionTest.php |
Sets the default field storage backend for fields created during tests. |
| EditorSelectionTest::testNumber |
function |
core/modules/quickedit/tests/src/Kernel/EditorSelectionTest.php |
Tests a number field, with cardinality 1 and >1. |
| EditorSelectionTest::testText |
function |
core/modules/quickedit/tests/src/Kernel/EditorSelectionTest.php |
Tests a string (plain text) field, with cardinality 1 and >1. |
| EditorSelectionTest::testTextWysiwyg |
function |
core/modules/quickedit/tests/src/Kernel/EditorSelectionTest.php |
Tests a textual field with varying text format compatibility. |
| EditorSelector |
class |
core/modules/quickedit/src/EditorSelector.php |
Selects an in-place editor (an InPlaceEditor plugin) for a field. |
| EditorSelector.php |
file |
core/modules/quickedit/src/EditorSelector.php |
|
| EditorSelector::$alternatives |
property |
core/modules/quickedit/src/EditorSelector.php |
A list of alternative editor plugin IDs, keyed by editor plugin ID. |
| EditorSelector::$editorManager |
property |
core/modules/quickedit/src/EditorSelector.php |
The manager for editor plugins. |
| EditorSelector::$formatterManager |
property |
core/modules/quickedit/src/EditorSelector.php |
The manager for formatter plugins. |
| EditorSelector::getEditor |
function |
core/modules/quickedit/src/EditorSelector.php |
Returns the in-place editor (an InPlaceEditor plugin) to use for a field. |
| EditorSelector::getEditorAttachments |
function |
core/modules/quickedit/src/EditorSelector.php |
Returns the attachments for all editors. |
| EditorSelector::__construct |
function |
core/modules/quickedit/src/EditorSelector.php |
Constructs a new EditorSelector. |
| EditorSelectorInterface |
interface |
core/modules/quickedit/src/EditorSelectorInterface.php |
Interface for selecting an in-place editor (an Editor plugin) for a field. |
| EditorSelectorInterface.php |
file |
core/modules/quickedit/src/EditorSelectorInterface.php |
|
| EditorSelectorInterface::getEditor |
function |
core/modules/quickedit/src/EditorSelectorInterface.php |
Returns the in-place editor (an InPlaceEditor plugin) to use for a field. |
| EditorSelectorInterface::getEditorAttachments |
function |
core/modules/quickedit/src/EditorSelectorInterface.php |
Returns the attachments for all editors. |
| ElementsTableSelectTest |
class |
core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php |
Tests the tableselect form element for expected behavior. |
| ElementsTableSelectTest |
class |
core/modules/system/tests/src/FunctionalJavascript/Form/ElementsTableSelectTest.php |
Tests the tableselect form element for expected behavior. |
| ElementsTableSelectTest.php |
file |
core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php |
|
| ElementsTableSelectTest.php |
file |
core/modules/system/tests/src/FunctionalJavascript/Form/ElementsTableSelectTest.php |
|
| ElementsTableSelectTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php |
The theme to install as the default for testing. |
| ElementsTableSelectTest::$defaultTheme |
property |
core/modules/system/tests/src/FunctionalJavascript/Form/ElementsTableSelectTest.php |
The theme to install as the default for testing. |
| ElementsTableSelectTest::$modules |
property |
core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php |
Modules to enable. |
| ElementsTableSelectTest::$modules |
property |
core/modules/system/tests/src/FunctionalJavascript/Form/ElementsTableSelectTest.php |
Modules to enable. |
| ElementsTableSelectTest::formSubmitHelper |
function |
core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php |
Helper function for the option check test to submit a form while collecting errors. |
| ElementsTableSelectTest::testAdvancedSelect |
function |
core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php |
Tests the #js_select property. |
| ElementsTableSelectTest::testAjax |
function |
core/modules/system/tests/src/FunctionalJavascript/Form/ElementsTableSelectTest.php |
Tests the presence of ajax functionality for all options. |
| ElementsTableSelectTest::testDisabledRows |
function |
core/modules/system/tests/src/FunctionalJavascript/Form/ElementsTableSelectTest.php |
Tests table select with disabled rows. |
| ElementsTableSelectTest::testEmptyText |
function |
core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php |
Tests the display of the #empty text when #options is an empty array. |
| ElementsTableSelectTest::testMultipleFalse |
function |
core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php |
Tests the display of radios when #multiple is FALSE. |
| ElementsTableSelectTest::testMultipleFalseOptionchecker |
function |
core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php |
Tests error handling for invalid tableselect values with radio buttons. |
| ElementsTableSelectTest::testMultipleFalseSubmit |
function |
core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php |
Tests submission of values when #multiple is FALSE. |
| ElementsTableSelectTest::testMultipleTrue |
function |
core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php |
Tests the display of checkboxes when #multiple is TRUE. |
| ElementsTableSelectTest::testMultipleTrueOptionchecker |
function |
core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php |
Tests error handling for invalid tableselect values with checkboxes. |
| ElementsTableSelectTest::testMultipleTrueSubmit |
function |
core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php |
Tests the submission of single and multiple values when #multiple is TRUE. |
| ElementsTableSelectTest::testTableSelectColSpan |
function |
core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php |
Tests the display when #colspan is set. |
| EmbeddedFormWidgetTest::insertionReselectionProvider |
function |
core/modules/media_library/tests/src/FunctionalJavascript/EmbeddedFormWidgetTest.php |
Data provider for ::testInsertionAndReselection(). |
| EmbeddedFormWidgetTest::testInsertionAndReselection |
function |
core/modules/media_library/tests/src/FunctionalJavascript/EmbeddedFormWidgetTest.php |
Tests media inside another widget that validates too enthusiastically. |
| EntityAutocompleteMatcher::$selectionManager |
property |
core/lib/Drupal/Core/Entity/EntityAutocompleteMatcher.php |
The entity reference selection handler plugin manager. |
| EntityAutocompleteTest::testSelectionSettingsHandling |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityAutocompleteTest.php |
Tests that missing or invalid selection setting key are handled correctly. |
| EntityCacheTagsTestBase::selectViewMode |
function |
core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php |
Selects the preferred view mode for the given entity type. |
| EntityDisplayModeController::formModeTypeSelection |
function |
core/modules/field_ui/src/Controller/EntityDisplayModeController.php |
Provides a list of eligible entity types for adding form modes. |
| EntityDisplayModeController::viewModeTypeSelection |
function |
core/modules/field_ui/src/Controller/EntityDisplayModeController.php |
Provides a list of eligible entity types for adding view modes. |