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
LanguageSelectWidgetTest::testWithIncludedLockedLanguage function core/modules/language/tests/src/Kernel/LanguageSelectWidgetTest.php Tests the widget with the locked languages.
LanguageSelectWidgetTest::testWithoutIncludedLockedLanguage function core/modules/language/tests/src/Kernel/LanguageSelectWidgetTest.php Tests the widget without the locked languages.
language_process_language_select function core/modules/language/language.module Processes a language select list form element.
ManageDisplayTest::assertFieldSelectOptions function core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php Checks if a select element contains the specified options.
ManageDisplayTest::assertFieldSelectOptions function core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php Checks if a select element contains the specified options.
MediaEmbedFilterTranslationTest::testTranslationSelection function core/modules/media/tests/src/Kernel/MediaEmbedFilterTranslationTest.php Tests that the expected embedded media entity translation is selected.
MediaLibraryAddFormTest::testSelectedTypeValidation function core/modules/media_library/tests/src/Kernel/MediaLibraryAddFormTest.php Tests the validation of the selected type in the media library add form.
MediaLibraryEditorOpener::getSelectionResponse function core/modules/media_library/src/MediaLibraryEditorOpener.php Generates a response after selecting media items in the media library.
MediaLibraryFieldWidgetOpener::getSelectionResponse function core/modules/media_library/src/MediaLibraryFieldWidgetOpener.php Generates a response after selecting media items in the media library.
MediaLibraryOpenerInterface::getSelectionResponse function core/modules/media_library/src/MediaLibraryOpenerInterface.php Generates a response after selecting media items in the media library.
MediaLibrarySelectForm class core/modules/media_library/src/Plugin/views/field/MediaLibrarySelectForm.php Defines a field that outputs a checkbox and form for selecting media.
MediaLibrarySelectForm.php file core/modules/media_library/src/Plugin/views/field/MediaLibrarySelectForm.php
MediaLibrarySelectForm::clickSortable function core/modules/media_library/src/Plugin/views/field/MediaLibrarySelectForm.php Determines if this field is click sortable.
MediaLibrarySelectForm::form_element_name function core/modules/media_library/src/Plugin/views/field/MediaLibrarySelectForm.php Return the name of a form field.
MediaLibrarySelectForm::form_element_row_id function core/modules/media_library/src/Plugin/views/field/MediaLibrarySelectForm.php Return a media entity ID from a views result row.
MediaLibrarySelectForm::getValue function core/modules/media_library/src/Plugin/views/field/MediaLibrarySelectForm.php Gets the value that's supposed to be rendered.
MediaLibrarySelectForm::render function core/modules/media_library/src/Plugin/views/field/MediaLibrarySelectForm.php Renders the field.
MediaLibrarySelectForm::updateWidget function core/modules/media_library/src/Plugin/views/field/MediaLibrarySelectForm.php Submit handler for the media library select form.
MediaLibrarySelectForm::viewsForm function core/modules/media_library/src/Plugin/views/field/MediaLibrarySelectForm.php Form constructor for the media library select form.
MediaLibrarySelectForm::viewsFormValidate function core/modules/media_library/src/Plugin/views/field/MediaLibrarySelectForm.php
MediaLibrarySelectFormTest class core/modules/media_library/tests/src/Unit/MediaLibrarySelectFormTest.php @coversDefaultClass \Drupal\media_library\Plugin\views\field\MediaLibrarySelectForm
@group media_library
MediaLibrarySelectFormTest.php file core/modules/media_library/tests/src/Unit/MediaLibrarySelectFormTest.php
MediaLibrarySelectFormTest::tearDown function core/modules/media_library/tests/src/Unit/MediaLibrarySelectFormTest.php
MediaLibrarySelectFormTest::testViewsForm function core/modules/media_library/tests/src/Unit/MediaLibrarySelectFormTest.php @covers ::viewsForm
MediaLibraryState::getSelectedTypeId function core/modules/media_library/src/MediaLibraryState.php Returns the selected media type.
MediaLibraryTestBase::assertSelectedMediaCount function core/modules/media_library/tests/src/FunctionalJavascript/MediaLibraryTestBase.php Asserts the current text of the selected item counter.
MediaLibraryTestBase::deselectMediaItem function core/modules/media_library/tests/src/FunctionalJavascript/MediaLibraryTestBase.php De-selects an item in the media library modal.
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.
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.
MenuLinkContentForm::$menuParentSelector property core/modules/menu_link_content/src/Form/MenuLinkContentForm.php The parent form selector 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
MenuParentFormSelector::parentSelectElement function core/lib/Drupal/Core/Menu/MenuParentFormSelector.php
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.

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