Search for select

  1. Search 7.x for select
  2. Search 8.9.x for select
  3. Search 10.3.x for select
  4. Search 11.x for select
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Select class core/modules/sqlite/src/Driver/Database/sqlite/Select.php SQLite implementation of \Drupal\Core\Database\Query\Select.
Select class core/modules/mysql/src/Driver/Database/mysql/Select.php MySQL implementation of \Drupal\Core\Database\Query\Select.
Select class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Select.php MySQL test implementation of \Drupal\Core\Database\Query\Select.
Select class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysqlDeprecatedVersion/Select.php MySQL test implementation of \Drupal\Core\Database\Query\Select.
Select class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Select.php PostgreSQL implementation of \Drupal\Core\Database\Query\Select.
Select class core/modules/pgsql/src/Driver/Database/pgsql/Select.php PostgreSQL implementation of \Drupal\Core\Database\Query\Select.
Select class core/tests/Drupal/Tests/Core/Database/Stub/Select.php
Select class core/tests/fixtures/database_drivers/module/corefake/src/Driver/Database/corefakeWithAllCustomClasses/Select.php CorefakeWithAllCustomClasses implementation of \Drupal\Core\Database\Select.
Select class core/lib/Drupal/Core/Render/Element/Select.php Provides a form element for a drop-down menu or scrolling selection box.
Select class core/lib/Drupal/Core/Database/Driver/sqlite/Select.php SQLite implementation of \Drupal\Core\Database\Query\Select.

All search results

Title Object type File name Summary
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.

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