Search for select

  1. Search 7.x for select
  2. Search 9.5.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/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/DrivertestPgsql/Select.php PostgreSQL implementation of \Drupal\Core\Database\Query\Select.
Select class core/tests/Drupal/Tests/Core/Database/Stub/Select.php
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.
Select class core/lib/Drupal/Core/Database/Driver/mysql/Select.php MySQL implementation of \Drupal\Core\Database\Query\Select.
Select class core/lib/Drupal/Core/Database/Driver/pgsql/Select.php PostgreSQL implementation of \Drupal\Core\Database\Query\Select.
Select class core/lib/Drupal/Core/Database/Query/Select.php Query builder for SELECT statements.

All search results

Title Object type File name Summary
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 text filtering, with cardinality 1 and >1,
always with an Editor plugin present that supports textual fields with text
filtering, but 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/FunctionalJavascript/Form/ElementsTableSelectTest.php Tests the tableselect form element for expected behavior.
ElementsTableSelectTest class core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php Tests the tableselect form element for expected behavior.
ElementsTableSelectTest.php file core/modules/system/tests/src/FunctionalJavascript/Form/ElementsTableSelectTest.php
ElementsTableSelectTest.php file core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php
ElementsTableSelectTest::$defaultTheme property core/modules/system/tests/src/FunctionalJavascript/Form/ElementsTableSelectTest.php The theme to install as the default for testing.
ElementsTableSelectTest::$defaultTheme property core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php The theme to install as the default for testing.
ElementsTableSelectTest::$modules property core/modules/system/tests/src/FunctionalJavascript/Form/ElementsTableSelectTest.php Modules to enable.
ElementsTableSelectTest::$modules property core/modules/system/tests/src/Functional/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 Test the #js_select property.
ElementsTableSelectTest::testAjax function core/modules/system/tests/src/FunctionalJavascript/Form/ElementsTableSelectTest.php Test the presence of ajax functionality for all options.
ElementsTableSelectTest::testEmptyText function core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php Test the display of the #empty text when #options is an empty array.
ElementsTableSelectTest::testMultipleFalse function core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php Test the display of radios when #multiple is FALSE.
ElementsTableSelectTest::testMultipleFalseOptionchecker function core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php Test the whether the option checker gives an error on invalid tableselect values for radios.
ElementsTableSelectTest::testMultipleFalseSubmit function core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php Test submission of values when #multiple is FALSE.
ElementsTableSelectTest::testMultipleTrue function core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php Test the display of checkboxes when #multiple is TRUE.
ElementsTableSelectTest::testMultipleTrueOptionchecker function core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php Test the whether the option checker gives an error on invalid tableselect values for checkboxes.
ElementsTableSelectTest::testMultipleTrueSubmit function core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php Test 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 Test 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/src/Tests/Entity/EntityCacheTagsTestBase.php Selects the preferred view mode for the given entity type.
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.
EntityReferenceAdminTest::assertFieldSelectOptions function core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php Checks if a select element contains the specified options.
EntityReferenceAdminTest::assertFieldSelectOptions function core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php Checks if a select element contains the specified options.
EntityReferenceAutocompleteWidget::getSelectionHandlerSetting function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/EntityReferenceAutocompleteWidget.php Returns the value of a setting for the entity reference selection handler.
EntityReferenceItemTest::testSelectionHandlerSettings function core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceItemTest.php Tests that the 'handler' field setting stores the proper plugin ID.

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