| FormTestTableSelectMultipleFalseForm::submitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleFalseForm.php |
Form submission handler. |
| FormTestTableSelectMultipleTrueForm |
class |
core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleTrueForm.php |
Builds a form to test table select with '#multiple' as TRUE. |
| FormTestTableSelectMultipleTrueForm.php |
file |
core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleTrueForm.php |
|
| FormTestTableSelectMultipleTrueForm::buildForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleTrueForm.php |
Form constructor. |
| FormTestTableSelectMultipleTrueForm::getFormId |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleTrueForm.php |
Returns a unique string identifying the form. |
| FormTestTableSelectMultipleTrueForm::submitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectMultipleTrueForm.php |
Form submission handler. |
| form_select_options |
function |
core/includes/form.inc |
Converts the options in a select element into a structured array for output. |
| form_test_tableselect_ajax_callback |
function |
core/modules/system/tests/modules/form_test/form_test.module |
Ajax callback that returns the form element. |
| ForumForm::forumParentSelect |
function |
core/modules/forum/src/Form/ForumForm.php |
Returns a select box for available parent terms. |
| ForumLeafConstraint::$selectForum |
property |
core/modules/forum/src/Plugin/Validation/Constraint/ForumLeafConstraint.php |
|
| HiddenFieldSelector |
class |
core/tests/Drupal/Tests/HiddenFieldSelector.php |
Extends PartialNamedSelector to allow retrieval of hidden fields. |
| HiddenFieldSelector.php |
file |
core/tests/Drupal/Tests/HiddenFieldSelector.php |
|
| HiddenFieldSelector::__construct |
function |
core/tests/Drupal/Tests/HiddenFieldSelector.php |
|
| HighlightCommand::$selector |
property |
core/modules/views/src/Ajax/HighlightCommand.php |
A CSS selector string. |
| InsertCommand::$selector |
property |
core/lib/Drupal/Core/Ajax/InsertCommand.php |
A CSS selector string. |
| InsertTest::testInsertSelectAll |
function |
core/tests/Drupal/KernelTests/Core/Database/InsertTest.php |
Tests that the INSERT INTO ... SELECT * ... syntax works. |
| InsertTest::testInsertSelectFields |
function |
core/tests/Drupal/KernelTests/Core/Database/InsertTest.php |
Tests that the INSERT INTO ... SELECT (fields) ... syntax works. |
| InstallCommand::selectProfile |
function |
core/lib/Drupal/Core/Command/InstallCommand.php |
Selects the install profile to use. |
| install_select_language |
function |
core/includes/install.core.inc |
Selects which language to use during installation. |
| install_select_profile |
function |
core/includes/install.core.inc |
Selects which profile to install. |
| InvalidDataTest::testInsertDuplicateDataFromSelect |
function |
core/tests/Drupal/KernelTests/Core/Database/InvalidDataTest.php |
Tests inserting with invalid data from a select query. |
| InvokeCommand::$selector |
property |
core/lib/Drupal/Core/Ajax/InvokeCommand.php |
A CSS selector string. |
| JavascriptStatesTest::doSelectTriggerTests |
function |
core/tests/Drupal/FunctionalJavascriptTests/Core/Form/JavascriptStatesTest.php |
Tests states of elements triggered by a select element. |
| JSMessageTestController::getMessagesSelectors |
function |
core/modules/system/tests/modules/js_message_test/src/Controller/JSMessageTestController.php |
Gets the test messages selectors. |
| JSWebAssert::buildJavascriptStatusMessageSelector |
function |
core/tests/Drupal/FunctionalJavascriptTests/JSWebAssert.php |
Builds a xpath selector for a message with given type and text. |
| LanguageNegotiationSelected |
class |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationSelected.php |
Class for identifying language from a selected language. |
| LanguageNegotiationSelected.php |
file |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationSelected.php |
|
| LanguageNegotiationSelected::getLangcode |
function |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationSelected.php |
Performs language negotiation. |
| LanguageNegotiationSelected::METHOD_ID |
constant |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationSelected.php |
The language negotiation method id. |
| LanguageSelect |
class |
core/lib/Drupal/Core/Render/Element/LanguageSelect.php |
Provides a form element for selecting a language. |
| LanguageSelect.php |
file |
core/lib/Drupal/Core/Render/Element/LanguageSelect.php |
|
| LanguageSelect::getInfo |
function |
core/lib/Drupal/Core/Render/Element/LanguageSelect.php |
Returns the element properties for this element. |
| LanguageSelectElementTest |
class |
core/modules/system/tests/src/Functional/Form/LanguageSelectElementTest.php |
Tests the language selection form element. |
| LanguageSelectElementTest.php |
file |
core/modules/system/tests/src/Functional/Form/LanguageSelectElementTest.php |
|
| LanguageSelectElementTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Form/LanguageSelectElementTest.php |
The theme to install as the default for testing. |
| LanguageSelectElementTest::$modules |
property |
core/modules/system/tests/src/Functional/Form/LanguageSelectElementTest.php |
Modules to enable. |
| LanguageSelectElementTest::testHiddenLanguageSelectElement |
function |
core/modules/system/tests/src/Functional/Form/LanguageSelectElementTest.php |
Tests the case when the language select elements should not be printed. |
| LanguageSelectElementTest::testLanguageSelectElementOptions |
function |
core/modules/system/tests/src/Functional/Form/LanguageSelectElementTest.php |
Tests that the options printed by the language select element are correct. |
| LanguageSelectElementTest::_testLanguageSelectElementOptions |
function |
core/modules/system/tests/src/Functional/Form/LanguageSelectElementTest.php |
Helper function to check the options of a language select form element. |
| LanguageSelectorTranslatableTest |
class |
core/modules/language/tests/src/Functional/LanguageSelectorTranslatableTest.php |
Tests the content translation settings language selector options. |
| LanguageSelectorTranslatableTest.php |
file |
core/modules/language/tests/src/Functional/LanguageSelectorTranslatableTest.php |
|
| LanguageSelectorTranslatableTest::$administrator |
property |
core/modules/language/tests/src/Functional/LanguageSelectorTranslatableTest.php |
The user with administrator privileges. |
| LanguageSelectorTranslatableTest::$defaultTheme |
property |
core/modules/language/tests/src/Functional/LanguageSelectorTranslatableTest.php |
The theme to install as the default for testing. |
| LanguageSelectorTranslatableTest::$modules |
property |
core/modules/language/tests/src/Functional/LanguageSelectorTranslatableTest.php |
Modules to enable. |
| LanguageSelectorTranslatableTest::getAdministratorPermissions |
function |
core/modules/language/tests/src/Functional/LanguageSelectorTranslatableTest.php |
Returns an array of permissions needed for the translator. |
| LanguageSelectorTranslatableTest::setUp |
function |
core/modules/language/tests/src/Functional/LanguageSelectorTranslatableTest.php |
|
| LanguageSelectorTranslatableTest::testLanguageStringSelector |
function |
core/modules/language/tests/src/Functional/LanguageSelectorTranslatableTest.php |
Tests content translation language selectors are correctly translated. |
| LanguageSelectWidget |
class |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/LanguageSelectWidget.php |
Plugin implementation of the 'Language' widget. |
| LanguageSelectWidget.php |
file |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/LanguageSelectWidget.php |
|
| LanguageSelectWidget::defaultSettings |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/LanguageSelectWidget.php |
Defines the default settings for this plugin. |