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
SelectionTest class core/modules/field/tests/src/Kernel/EntityReference/Views/SelectionTest.php Tests entity reference selection handler.
SelectionTest class core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php Tests entity reference selection handler.
SelectionTest.php file core/modules/field/tests/src/Kernel/EntityReference/Views/SelectionTest.php
SelectionTest.php file core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php
SelectionTest::$defaultTheme property core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php The theme to install as the default for testing.
SelectionTest::$handlerSettings property core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php The handler settings for the entity reference field.
SelectionTest::$modules property core/modules/field/tests/src/Kernel/EntityReference/Views/SelectionTest.php Modules to enable.
SelectionTest::$modules property core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php Modules to enable.
SelectionTest::$nodes property core/modules/field/tests/src/Kernel/EntityReference/Views/SelectionTest.php Nodes for testing.
SelectionTest::$nodes property core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php An array of node titles, keyed by content type and node ID.
SelectionTest::$selectionHandler property core/modules/field/tests/src/Kernel/EntityReference/Views/SelectionTest.php The selection handler.
SelectionTest::assertResults function core/modules/field/tests/src/Kernel/EntityReference/Views/SelectionTest.php Confirm the expected results are returned.
SelectionTest::setUp function core/modules/field/tests/src/Kernel/EntityReference/Views/SelectionTest.php
SelectionTest::setUp function core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php
SelectionTest::testAnchorTagStripping function core/modules/field/tests/src/Kernel/EntityReference/Views/SelectionTest.php Tests the anchor tag stripping.
SelectionTest::testAutocompleteOutput function core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php Tests that the Views selection handles the views output properly.
SelectionTest::testSelectionHandler function core/modules/field/tests/src/Kernel/EntityReference/Views/SelectionTest.php Tests the selection handler.
SelectionTrait trait core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionTrait.php Provides common methods and injects services for core selection handlers.
SelectionTrait.php file core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionTrait.php
SelectionTrait::$currentUser property core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionTrait.php The current user.
SelectionTrait::$entityManager property core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionTrait.php The entity manager service.
SelectionTrait::$moduleHandler property core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionTrait.php The module handler service.
SelectionTrait::create function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionTrait.php
SelectionTrait::__construct function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionTrait.php Constructs a new selection object.
SelectionWithAutocreateInterface interface core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionWithAutocreateInterface.php Interface for Selection plugins that support newly created entities.
SelectionWithAutocreateInterface.php file core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionWithAutocreateInterface.php
SelectionWithAutocreateInterface::createNewEntity function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionWithAutocreateInterface.php Creates a new entity object that can be used as a valid reference.
SelectionWithAutocreateInterface::validateReferenceableNewEntities function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionWithAutocreateInterface.php Validates which newly created entities can be referenced.
SelectLanguageForm class core/lib/Drupal/Core/Installer/Form/SelectLanguageForm.php Provides the language selection form.
SelectLanguageForm.php file core/lib/Drupal/Core/Installer/Form/SelectLanguageForm.php
SelectLanguageForm::buildForm function core/lib/Drupal/Core/Installer/Form/SelectLanguageForm.php Form constructor.
SelectLanguageForm::getFormId function core/lib/Drupal/Core/Installer/Form/SelectLanguageForm.php Returns a unique string identifying the form.
SelectLanguageForm::submitForm function core/lib/Drupal/Core/Installer/Form/SelectLanguageForm.php Form submission handler.
selectmenu.css file core/assets/vendor/jquery.ui/themes/base/selectmenu.css /*!
* jQuery UI Selectmenu 1.12.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://api.jqueryui.com/selectmenu/#theming
SelectOrderedTest class core/tests/Drupal/KernelTests/Core/Database/SelectOrderedTest.php Tests the Select query builder.
SelectOrderedTest.php file core/tests/Drupal/KernelTests/Core/Database/SelectOrderedTest.php
SelectOrderedTest::testSimpleSelectMultiOrdered function core/tests/Drupal/KernelTests/Core/Database/SelectOrderedTest.php Tests multiple ORDER BY.
SelectOrderedTest::testSimpleSelectOrdered function core/tests/Drupal/KernelTests/Core/Database/SelectOrderedTest.php Tests basic ORDER BY.
SelectOrderedTest::testSimpleSelectOrderedDesc function core/tests/Drupal/KernelTests/Core/Database/SelectOrderedTest.php Tests ORDER BY descending.
SelectPagerDefaultTest class core/modules/system/tests/src/Functional/Database/SelectPagerDefaultTest.php Tests the pager query select extender.
SelectPagerDefaultTest.php file core/modules/system/tests/src/Functional/Database/SelectPagerDefaultTest.php
SelectPagerDefaultTest::$defaultTheme property core/modules/system/tests/src/Functional/Database/SelectPagerDefaultTest.php The theme to install as the default for testing.
SelectPagerDefaultTest::testElementNumbers function core/modules/system/tests/src/Functional/Database/SelectPagerDefaultTest.php Confirms that every pager gets a valid, non-overlapping element ID.
SelectPagerDefaultTest::testEvenPagerQuery function core/modules/system/tests/src/Functional/Database/SelectPagerDefaultTest.php Confirms that a pager query returns the correct results.
SelectPagerDefaultTest::testHavingPagerQuery function core/modules/system/tests/src/Functional/Database/SelectPagerDefaultTest.php Confirms that a paging query results with a having expression are valid.
SelectPagerDefaultTest::testInnerPagerQuery function core/modules/system/tests/src/Functional/Database/SelectPagerDefaultTest.php Confirms that a pager query results with an inner pager query are valid.
SelectPagerDefaultTest::testOddPagerQuery function core/modules/system/tests/src/Functional/Database/SelectPagerDefaultTest.php Confirms that a pager query returns the correct results.
SelectProfileForm class core/lib/Drupal/Core/Installer/Form/SelectProfileForm.php Provides the profile selection form.
SelectProfileForm.php file core/lib/Drupal/Core/Installer/Form/SelectProfileForm.php
SelectProfileForm::addUmamiWarning function core/lib/Drupal/Core/Installer/Form/SelectProfileForm.php Show profile warning if 'demo_umami' profile is selected.

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