Search for select

  1. Search 7.x for select
  2. Search 9.5.x for select
  3. Search 8.9.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/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/core_fake/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.
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
DisplayModeBundleSelectionTest::setUp function core/modules/field_ui/tests/src/FunctionalJavascript/DisplayModeBundleSelectionTest.php
DisplayModeBundleSelectionTest::testBundleSelection function core/modules/field_ui/tests/src/FunctionalJavascript/DisplayModeBundleSelectionTest.php Tests the bundle selection.
DisplayVariantTest::testPageDisplayVariantSelectionEvent function core/modules/system/tests/src/Functional/Render/DisplayVariantTest.php Tests selecting the variant and passing configuration.
DriverSpecificConnectionUnitTestBase::testOpenSelectQueryClose function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php Tests Database::closeConnection() with a select query.
Drupal\Core\Entity\EntityReferenceSelection\SelectionPluginManagerInterface service core/core.services.yml
Drupal\Core\Menu\MenuParentFormSelectorInterface service core/core.services.yml
EditModeTest::ANNOUNCE_SELECTOR constant core/modules/contextual/tests/src/FunctionalJavascript/EditModeTest.php CSS selector for Drupal's announce element.
EditorAdminTest::selectUnicornEditor function core/modules/editor/tests/src/Functional/EditorAdminTest.php Tests and selects the unicorn editor.
EditorAdminTest::testEditorSelection function core/modules/editor/tests/src/FunctionalJavascript/EditorAdminTest.php Tests that editor selection can be toggled without breaking ajax.
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 install.
ElementsTableSelectTest::$modules property core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php Modules to install.
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.
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.
EntityReferenceSelection class core/lib/Drupal/Core/Entity/Annotation/EntityReferenceSelection.php Defines an EntityReferenceSelection plugin annotation object.
EntityReferenceSelection class core/lib/Drupal/Core/Entity/Attribute/EntityReferenceSelection.php Defines an EntityReferenceSelection attribute for plugin discovery.
EntityReferenceSelection.php file core/lib/Drupal/Core/Entity/Annotation/EntityReferenceSelection.php
EntityReferenceSelection.php file core/lib/Drupal/Core/Entity/Attribute/EntityReferenceSelection.php
EntityReferenceSelection::$entity_types property core/lib/Drupal/Core/Entity/Annotation/EntityReferenceSelection.php An array of entity types that can be referenced by this plugin.
EntityReferenceSelection::$group property core/lib/Drupal/Core/Entity/Annotation/EntityReferenceSelection.php The selection plugin group.
EntityReferenceSelection::$id property core/lib/Drupal/Core/Entity/Annotation/EntityReferenceSelection.php The plugin ID.
EntityReferenceSelection::$label property core/lib/Drupal/Core/Entity/Annotation/EntityReferenceSelection.php The human-readable name of the selection plugin.
EntityReferenceSelection::$weight property core/lib/Drupal/Core/Entity/Annotation/EntityReferenceSelection.php The weight of the plugin in its group.
EntityReferenceSelection::__construct function core/lib/Drupal/Core/Entity/Attribute/EntityReferenceSelection.php Constructs an EntityReferenceSelection attribute.

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