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
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::countReferenceableEntities function core/tests/Drupal/Tests/Core/EntityReferenceSelection/EntityReferenceSelectionUnitTest.php Counts entities that are referenceable.
TestSelection::defaultConfiguration function core/tests/Drupal/Tests/Core/EntityReferenceSelection/EntityReferenceSelectionUnitTest.php Gets default configuration for this plugin.
TestSelection::getReferenceableEntities function core/tests/Drupal/Tests/Core/EntityReferenceSelection/EntityReferenceSelectionUnitTest.php Gets the list of referenceable entities.
TestSelection::setTestMode function core/modules/block_content/tests/modules/block_content_test/src/Plugin/EntityReferenceSelection/TestSelection.php Sets the test mode.
TestSelection::validateReferenceableEntities function core/tests/Drupal/Tests/Core/EntityReferenceSelection/EntityReferenceSelectionUnitTest.php Validates which existing entities can be referenced.
TestSelectionWithInvalidDefaultConfiguration class core/tests/Drupal/Tests/Core/EntityReferenceSelection/EntityReferenceSelectionUnitTest.php Provides a testing plugin with invalid default configuration.
TestSelectionWithInvalidDefaultConfiguration::defaultConfiguration function core/tests/Drupal/Tests/Core/EntityReferenceSelection/EntityReferenceSelectionUnitTest.php Gets default configuration for this plugin.
UiHelperTrait::cssSelect function core/tests/Drupal/Tests/UiHelperTrait.php Searches elements using a CSS selector in the raw content.
UpdateComplexTest::testSubSelectUpdate function core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php Test UPDATE with a subselect value.
UpdatePathTestBase::doSelectionTest function core/modules/system/src/Tests/Update/UpdatePathTestBase.php Tests the selection page.
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.
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
UpdateSelectionCommand::$mediaIds property core/modules/media_library/src/Ajax/UpdateSelectionCommand.php An array of media IDs to add to the current selection.
UpdateSelectionCommand::render function core/modules/media_library/src/Ajax/UpdateSelectionCommand.php Return an array to be run through json_encode and sent to the client.
UpdateSelectionCommand::__construct function core/modules/media_library/src/Ajax/UpdateSelectionCommand.php Constructs an UpdateSelectionCommand object.
UserBulkForm::emptySelectedMessage function core/modules/user/src/Plugin/views/field/UserBulkForm.php Returns the message to be displayed when there are no selected items.
UserCancelForm::$selectCancel property core/modules/user/src/Form/UserCancelForm.php Whether allowed to select cancellation method.
UserEntityReferenceTest::testUserSelectionByRole function core/modules/user/tests/src/Kernel/UserEntityReferenceTest.php Tests user selection by roles.
UserInterface::TIMEZONE_SELECT constant core/modules/user/src/UserInterface.php New users will select their own timezone at registration.
UserSelection class core/modules/user/src/Plugin/EntityReferenceSelection/UserSelection.php Provides specific access control for the user entity type.
UserSelection.php file core/modules/user/src/Plugin/EntityReferenceSelection/UserSelection.php
UserSelection::$connection property core/modules/user/src/Plugin/EntityReferenceSelection/UserSelection.php The database connection.
UserSelection::buildConfigurationForm function core/modules/user/src/Plugin/EntityReferenceSelection/UserSelection.php Form constructor.
UserSelection::buildEntityQuery function core/modules/user/src/Plugin/EntityReferenceSelection/UserSelection.php Builds an EntityQuery to get referenceable entities.
UserSelection::create function core/modules/user/src/Plugin/EntityReferenceSelection/UserSelection.php Creates an instance of the plugin.
UserSelection::createNewEntity function core/modules/user/src/Plugin/EntityReferenceSelection/UserSelection.php Creates a new entity object that can be used as a valid reference.
UserSelection::defaultConfiguration function core/modules/user/src/Plugin/EntityReferenceSelection/UserSelection.php Gets default configuration for this plugin.
UserSelection::entityQueryAlter function core/modules/user/src/Plugin/EntityReferenceSelection/UserSelection.php Allows the selection to alter the SelectQuery generated by EntityFieldQuery.
UserSelection::validateReferenceableNewEntities function core/modules/user/src/Plugin/EntityReferenceSelection/UserSelection.php Validates which newly created entities can be referenced.
UserSelection::__construct function core/modules/user/src/Plugin/EntityReferenceSelection/UserSelection.php Constructs a new UserSelection object.
ValidReferenceConstraintValidator::$selectionManager property core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ValidReferenceConstraintValidator.php The selection plugin manager.
ViewsBulkTest::testBulkSelection function core/modules/views/tests/src/Functional/Plugin/ViewsBulkTest.php Tests bulk selection.
ViewsSelection class core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php Plugin implementation of the 'selection' entity_reference.
ViewsSelection.php file core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php
ViewsSelection::$currentUser property core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php The current user.
ViewsSelection::$deprecatedProperties property core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php
ViewsSelection::$entityTypeManager property core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php The entity type manager service.
ViewsSelection::$moduleHandler property core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php The module handler service.
ViewsSelection::$renderer property core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php The renderer.
ViewsSelection::$view property core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php The loaded View object.
ViewsSelection::buildConfigurationForm function core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php Form constructor.
ViewsSelection::countReferenceableEntities function core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php Counts entities that are referenceable.
ViewsSelection::create function core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php Creates an instance of the plugin.
ViewsSelection::defaultConfiguration function core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php Gets default configuration for this plugin.
ViewsSelection::getDisplayExecutionResults function core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php Fetches the results of executing the display.

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