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 A stub of the MySQL query builder for SELECT statements.
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
MediaLibraryTestBase::getSelectionArea function core/modules/media_library/tests/src/FunctionalJavascript/MediaLibraryTestBase.php Gets the "Additional selected media" area after adding new media.
MediaLibraryTestBase::pressInsertSelected function core/modules/media_library/tests/src/FunctionalJavascript/MediaLibraryTestBase.php Presses the modal's "Insert selected" button.
MediaLibraryTestBase::selectMediaItem function core/modules/media_library/tests/src/FunctionalJavascript/MediaLibraryTestBase.php Selects an item in the media library modal.
MediaSelection class core/modules/media/src/Plugin/EntityReferenceSelection/MediaSelection.php Provides specific access control for the media entity type.
MediaSelection.php file core/modules/media/src/Plugin/EntityReferenceSelection/MediaSelection.php
MediaSelection::buildEntityQuery function core/modules/media/src/Plugin/EntityReferenceSelection/MediaSelection.php Builds an EntityQuery to get referenceable entities.
MediaSelection::createNewEntity function core/modules/media/src/Plugin/EntityReferenceSelection/MediaSelection.php Creates a new entity object that can be used as a valid reference.
MediaSelection::validateReferenceableNewEntities function core/modules/media/src/Plugin/EntityReferenceSelection/MediaSelection.php Validates which newly created entities can be referenced.
MediaWithLinkTargetSelection class core/modules/media/src/Plugin/EntityReferenceSelection/MediaWithLinkTargetSelection.php Limits selection of media entities to those that have a link target.
MediaWithLinkTargetSelection.php file core/modules/media/src/Plugin/EntityReferenceSelection/MediaWithLinkTargetSelection.php
MediaWithLinkTargetSelection::buildEntityQuery function core/modules/media/src/Plugin/EntityReferenceSelection/MediaWithLinkTargetSelection.php Builds an EntityQuery to get referenceable entities.
menu.parent_form_selector service core/core.services.yml Drupal\Core\Menu\MenuParentFormSelector
MenuController::$menuParentSelector property core/modules/menu_ui/src/Controller/MenuController.php The menu parent form service.
MenuLinkDefaultForm::$menuParentSelector property core/lib/Drupal/Core/Menu/Form/MenuLinkDefaultForm.php The parent form selector service.
MenuParentFormSelector class core/lib/Drupal/Core/Menu/MenuParentFormSelector.php Default implementation of the menu parent form selector service.
MenuParentFormSelector.php file core/lib/Drupal/Core/Menu/MenuParentFormSelector.php
MenuParentFormSelector::$entityTypeManager property core/lib/Drupal/Core/Menu/MenuParentFormSelector.php The entity type manager service.
MenuParentFormSelector::$menuLinkTree property core/lib/Drupal/Core/Menu/MenuParentFormSelector.php The menu link tree service.
MenuParentFormSelector::getMenuOptions function core/lib/Drupal/Core/Menu/MenuParentFormSelector.php Gets a list of menu names for use as options.
MenuParentFormSelector::getParentDepthLimit function core/lib/Drupal/Core/Menu/MenuParentFormSelector.php Returns the maximum depth of the possible parents of the menu link.
MenuParentFormSelector::getParentSelectOptions function core/lib/Drupal/Core/Menu/MenuParentFormSelector.php Gets the options for a select element to choose a menu and parent.
MenuParentFormSelector::parentSelectElement function core/lib/Drupal/Core/Menu/MenuParentFormSelector.php Gets a form element to choose a menu and parent.
MenuParentFormSelector::parentSelectOptionsTreeWalk function core/lib/Drupal/Core/Menu/MenuParentFormSelector.php Iterates over all items in the tree to prepare the parents select options.
MenuParentFormSelector::__construct function core/lib/Drupal/Core/Menu/MenuParentFormSelector.php Constructs a \Drupal\Core\Menu\MenuParentFormSelector.
MenuParentFormSelectorInterface interface core/lib/Drupal/Core/Menu/MenuParentFormSelectorInterface.php Defines an interface for menu selector form elements and menu link options.
MenuParentFormSelectorInterface.php file core/lib/Drupal/Core/Menu/MenuParentFormSelectorInterface.php
MenuParentFormSelectorInterface::getParentSelectOptions function core/lib/Drupal/Core/Menu/MenuParentFormSelectorInterface.php Gets the options for a select element to choose a menu and parent.
MenuParentFormSelectorInterface::parentSelectElement function core/lib/Drupal/Core/Menu/MenuParentFormSelectorInterface.php Gets a form element to choose a menu and parent.
MenuTreeStorage::safeExecuteSelect function core/lib/Drupal/Core/Menu/MenuTreeStorage.php Executes a select query while making sure the database table exists.
MessageCommand::$wrapperQuerySelector property core/lib/Drupal/Core/Ajax/MessageCommand.php The query selector for the element the message will appear in.
MigrateFieldPluginManagerTest::testPluginSelection function core/modules/migrate_drupal/tests/src/Kernel/MigrateFieldPluginManagerTest.php Tests that the correct MigrateField plugins are used.
MoveBlockForm::getSelectedDelta function core/modules/layout_builder/src/Form/MoveBlockForm.php Gets the selected delta.
MoveBlockForm::getSelectedRegion function core/modules/layout_builder/src/Form/MoveBlockForm.php Gets the selected region.
NegotiationSelectedForm class core/modules/language/src/Form/NegotiationSelectedForm.php Configure the selected language negotiation method for this site.
NegotiationSelectedForm.php file core/modules/language/src/Form/NegotiationSelectedForm.php
NegotiationSelectedForm::buildForm function core/modules/language/src/Form/NegotiationSelectedForm.php Form constructor.
NegotiationSelectedForm::getEditableConfigNames function core/modules/language/src/Form/NegotiationSelectedForm.php Gets the configuration names that will be editable.
NegotiationSelectedForm::getFormId function core/modules/language/src/Form/NegotiationSelectedForm.php Returns a unique string identifying the form.
NegotiationSelectedForm::submitForm function core/modules/language/src/Form/NegotiationSelectedForm.php Form submission handler.
NodeBulkForm::emptySelectedMessage function core/modules/node/src/Plugin/views/field/NodeBulkForm.php Returns the message to be displayed when there are no selected items.
NodeSelection class core/modules/node/src/Plugin/EntityReferenceSelection/NodeSelection.php Provides specific access control for the node entity type.
NodeSelection.php file core/modules/node/src/Plugin/EntityReferenceSelection/NodeSelection.php
NodeSelection::buildEntityQuery function core/modules/node/src/Plugin/EntityReferenceSelection/NodeSelection.php Builds an EntityQuery to get referenceable entities.
NodeSelection::createNewEntity function core/modules/node/src/Plugin/EntityReferenceSelection/NodeSelection.php Creates a new entity object that can be used as a valid reference.
NodeSelection::validateReferenceableNewEntities function core/modules/node/src/Plugin/EntityReferenceSelection/NodeSelection.php Validates which newly created entities can be referenced.
OliveroMessagesTest::testDataDrupalSelectors function core/tests/Drupal/FunctionalJavascriptTests/Theme/OliveroMessagesTest.php Tests data-drupal-selector="messages" exists.
olivero_form_node_preview_form_select_alter function core/themes/olivero/olivero.theme Implements hook_form_FORM_ID_alter() for node_preview_form_select.
olivero_preprocess_select function core/themes/olivero/olivero.theme Implements hook_preprocess_HOOK() for select.
OpenDialogCommand::$selector property core/lib/Drupal/Core/Ajax/OpenDialogCommand.php The selector of the dialog.
OptionsSelectDynamicValuesTest class core/modules/options/tests/src/Functional/OptionsSelectDynamicValuesTest.php Tests an options select with a dynamic allowed values function.

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