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 10.3.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/Query/Select.php Query builder for SELECT statements.

All search results

Title Object type File name Summary
TableDragTest::$indentationXpathSelector property core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php Xpath selector for finding tabledrag indentation elements in a table row.
TableDragTest::$tabledragChangedXpathSelector property core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php Xpath selector for finding the tabledrag changed marker.
Tableselect class core/lib/Drupal/Core/Render/Element/Tableselect.php Provides a form element for a table with radios or checkboxes in left column.
tableselect.css file core/profiles/demo_umami/themes/umami/css/classy/components/tableselect.css Table select behavior.
tableselect.css file core/themes/claro/css/components/tableselect.css Table select styles for Claro.
tableselect.css file core/themes/starterkit_theme/css/components/tableselect.css Table select behavior.
tableselect.pcss.css file core/themes/claro/css/components/tableselect.pcss.css Table select styles for Claro.
Tableselect.php file core/lib/Drupal/Core/Render/Element/Tableselect.php
Tableselect::getInfo function core/lib/Drupal/Core/Render/Element/Tableselect.php Returns the element properties for this element.
Tableselect::preRenderTableselect function core/lib/Drupal/Core/Render/Element/Tableselect.php Prepares a 'tableselect' #type element for rendering.
Tableselect::processTableselect function core/lib/Drupal/Core/Render/Element/Tableselect.php Creates checkbox or radio elements to populate a tableselect table.
Tableselect::valueCallback function core/lib/Drupal/Core/Render/Element/Tableselect.php Determines how user input is mapped to an element's #value property.
TableSelectTest class core/tests/Drupal/Tests/Core/Render/Element/TableSelectTest.php @coversDefaultClass \Drupal\Core\Render\Element\Tableselect
@group Render
TableSelectTest.php file core/tests/Drupal/Tests/Core/Render/Element/TableSelectTest.php
TableSelectTest::testProcessTableselectWithLinkTitle function core/tests/Drupal/Tests/Core/Render/Element/TableSelectTest.php @covers ::processTableselect
TableSelectTest::testProcessTableselectWithStringTitle function core/tests/Drupal/Tests/Core/Render/Element/TableSelectTest.php @covers ::processTableselect
TaxonomyDefaultArgumentTest::testNodePathWithViewSelection function core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyDefaultArgumentTest.php
template_preprocess_select function core/includes/form.inc Prepares variables for select element templates.
TermEntityReferenceTest::testSelectionTestVocabularyRestriction function core/modules/taxonomy/tests/src/Kernel/TermEntityReferenceTest.php Tests an entity reference field restricted to a single vocabulary.
TermSelection class core/modules/taxonomy/src/Plugin/EntityReferenceSelection/TermSelection.php Provides specific access control for the taxonomy_term entity type.
TermSelection.php file core/modules/taxonomy/src/Plugin/EntityReferenceSelection/TermSelection.php
TermSelection::buildConfigurationForm function core/modules/taxonomy/src/Plugin/EntityReferenceSelection/TermSelection.php Form constructor.
TermSelection::buildEntityQuery function core/modules/taxonomy/src/Plugin/EntityReferenceSelection/TermSelection.php Builds an EntityQuery to get referenceable entities.
TermSelection::countReferenceableEntities function core/modules/taxonomy/src/Plugin/EntityReferenceSelection/TermSelection.php Counts entities that are referenceable.
TermSelection::createNewEntity function core/modules/taxonomy/src/Plugin/EntityReferenceSelection/TermSelection.php Creates a new entity object that can be used as a valid reference.
TermSelection::defaultConfiguration function core/modules/taxonomy/src/Plugin/EntityReferenceSelection/TermSelection.php Gets default configuration for this plugin.
TermSelection::getReferenceableEntities function core/modules/taxonomy/src/Plugin/EntityReferenceSelection/TermSelection.php Gets the list of referenceable entities.
TermSelection::validateReferenceableNewEntities function core/modules/taxonomy/src/Plugin/EntityReferenceSelection/TermSelection.php Validates which newly created entities can be referenced.
TermTest::testTermSaveOverrideSelector function core/modules/taxonomy/tests/src/Functional/TermTest.php Test UI with override_selector TRUE.
TestDiscoveryTest::testGetTestClassesWithSelectedTypes function core/tests/Drupal/Tests/Core/Test/TestDiscoveryTest.php @covers ::getTestClasses
TestPageDisplayVariantSubscriber::onSelectPageDisplayVariant function core/modules/system/tests/modules/display_variant_test/src/EventSubscriber/TestPageDisplayVariantSubscriber.php Selects the page display variant.
TestSelection class core/modules/block_content/tests/modules/block_content_test/src/Plugin/EntityReferenceSelection/TestSelection.php Test EntityReferenceSelection with conditions on the 'reusable' field.
TestSelection.php file core/modules/block_content/tests/modules/block_content_test/src/Plugin/EntityReferenceSelection/TestSelection.php
TestSelection::$conditionType property core/modules/block_content/tests/modules/block_content_test/src/Plugin/EntityReferenceSelection/TestSelection.php The condition type.
TestSelection::$isReusable property core/modules/block_content/tests/modules/block_content_test/src/Plugin/EntityReferenceSelection/TestSelection.php Whether to set the condition for reusable or non-reusable blocks.
TestSelection::buildEntityQuery function core/modules/block_content/tests/modules/block_content_test/src/Plugin/EntityReferenceSelection/TestSelection.php Builds an EntityQuery to get referenceable entities.
TestSelection::setTestMode function core/modules/block_content/tests/modules/block_content_test/src/Plugin/EntityReferenceSelection/TestSelection.php Sets the test mode.
ThemeUpdateTest::doSelectionTest function core/modules/system/tests/src/Functional/Theme/ThemeUpdateTest.php Tests the selection page.
TipPluginBase::getSelector function core/modules/tour/src/TipPluginBase.php Returns the selector the tour tip will attach to.
TipPluginInterface::getSelector function core/modules/tour/src/TipPluginInterface.php Returns the selector the tour tip will attach to.
UiHelperTrait::cssSelect function core/tests/Drupal/Tests/UiHelperTrait.php Searches elements using a CSS selector in the raw content.
UiHelperTrait::cssSelectToXpath function core/tests/Drupal/Tests/UiHelperTrait.php Translates a CSS expression to its XPath equivalent.
UpdateComplexTest::testSubSelectUpdate function core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php Tests UPDATE with a subselect value.
UpdatePathTestJavaScriptTest::doSelectionTest function core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathTestJavaScriptTest.php Tests the selection page.
UpdatePathTestTrait::doSelectionTest function core/tests/Drupal/Tests/UpdatePathTestTrait.php Tests the selection page.
UpdatePostUpdateExceptionTest::doSelectionTest function core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateExceptionTest.php Tests the selection page.
UpdatePostUpdateFailingTest::doSelectionTest function core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateFailingTest.php Tests the selection page.
UpdatePostUpdateTest::doSelectionTest function core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateTest.php Tests the selection page.
UpdateSelectionCommand class core/modules/media_library/src/Ajax/UpdateSelectionCommand.php AJAX command for adding media items to the media library selection.
UpdateSelectionCommand.php file core/modules/media_library/src/Ajax/UpdateSelectionCommand.php

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