21 string references to 'Select'
- AjaxFormPageCacheTest::testSimpleAJAXFormValue in core/
tests/ Drupal/ FunctionalJavascriptTests/ Ajax/ AjaxFormPageCacheTest.php - Create a simple form, then submit the form via AJAX to change to it.
- Connection::getDriverClass in core/
lib/ Drupal/ Core/ Database/ Connection.php - Gets the driver-specific override class if any for the specified class.
- Connection::select in core/
lib/ Drupal/ Core/ Database/ Connection.php - Prepares and returns a SELECT query object.
- ConnectionTest::providerGetDriverClass in core/
tests/ Drupal/ Tests/ Core/ Database/ ConnectionTest.php - Data provider for testGetDriverClass().
- ConnectionTest::testConnectionOptions in core/
tests/ Drupal/ KernelTests/ Core/ Database/ ConnectionTest.php - Tests the connection options of the active database.
- DatabaseTestSchemaInstallTrait::installSampleSchema in core/
tests/ Drupal/ KernelTests/ Core/ Database/ DatabaseTestSchemaInstallTrait.php - Sets up our sample table schema.
- FormValidator::performRequiredValidation in core/
lib/ Drupal/ Core/ Form/ FormValidator.php - Performs validation of elements that are not subject to limited validation.
- FormValuesTest::testSimpleAjaxFormValue in core/
tests/ Drupal/ FunctionalJavascriptTests/ Ajax/ FormValuesTest.php - Submits forms with select and checkbox elements via Ajax.
- RenderElement::preRenderAjaxForm in core/
lib/ Drupal/ Core/ Render/ Element/ RenderElement.php - Adds Ajax information about an element to communicate with JavaScript.
- ReservedWordTest::testGroupBy in core/
tests/ Drupal/ KernelTests/ Core/ Database/ ReservedWordTest.php - Tests SELECT query with GROUP BY clauses on fields with reserved names.
- views.view.test_filter_current_user.yml in core/
modules/ user/ tests/ modules/ user_test_views/ test_views/ views.view.test_filter_current_user.yml - core/modules/user/tests/modules/user_test_views/test_views/views.view.test_filter_current_user.yml
- views.view.test_filter_permission.yml in core/
modules/ user/ tests/ modules/ user_test_views/ test_views/ views.view.test_filter_permission.yml - core/modules/user/tests/modules/user_test_views/test_views/views.view.test_filter_permission.yml
- views.view.test_user_bulk_form_combine_filter.yml in core/
modules/ user/ tests/ modules/ user_test_views/ test_views/ views.view.test_user_bulk_form_combine_filter.yml - core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_bulk_form_combine_filter.yml
- views.view.user_admin_people.yml in core/
modules/ user/ config/ optional/ views.view.user_admin_people.yml - core/modules/user/config/optional/views.view.user_admin_people.yml
- views.view.who_s_new.yml in core/
modules/ user/ config/ optional/ views.view.who_s_new.yml - core/modules/user/config/optional/views.view.who_s_new.yml
- views.view.who_s_online.yml in core/
modules/ user/ config/ optional/ views.view.who_s_online.yml - core/modules/user/config/optional/views.view.who_s_online.yml
- WebAssert::optionExists in core/
tests/ Drupal/ Tests/ WebAssert.php - Checks that specific option in a select field exists on the current page.
- WebAssert::optionNotExists in core/
tests/ Drupal/ Tests/ WebAssert.php - Checks that an option in a select field does NOT exist on the current page.
- WebAssert::selectExists in core/
tests/ Drupal/ Tests/ WebAssert.php - Checks that specific select field exists on the current page.
- Weight::processWeight in core/
lib/ Drupal/ Core/ Render/ Element/ Weight.php - Expands a weight element into a select/number element.
- WeightTest::testProcessWeightSelectMax in core/
tests/ Drupal/ KernelTests/ Core/ Render/ Element/ WeightTest.php - Tests transformation from "select" to "number" for MAX_DELTA + 1.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.