|
SelectionBroken::entityQueryAlter |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/Type/Selection/SelectionBroken.php |
Implements SelectionInterface::entityQueryAlter(). |
|
WebTestBase::assertOptionSelected |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
Asserts that a select option in the current page is checked. |
|
_form_test_tableselect_empty_form |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Test functionality of the tableselect #empty property. |
|
SelectExtender::$uniqueIdentifier |
property |
drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php |
A unique identifier for this query object. |
|
SelectTest::testIsNotNullCondition |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTest.php |
Tests that we can find a record without a NULL value. |
|
SelectTest::testInvalidSelectCount |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTest.php |
Tests that an invalid merge query throws an exception. |
|
OptionsSelectDynamicValuesTest.php |
file |
drupal/core/modules/options/lib/Drupal/options/Tests/OptionsSelectDynamicValuesTest.php |
Definition of Drupal\options\Tests\OptionsSelectDynamicValuesTest. |
|
LanguageSelectElementTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/LanguageSelectElementTest.php |
|
|
NegotiationSelectedForm::getFormID |
function |
drupal/core/modules/language/lib/Drupal/language/Form/NegotiationSelectedForm.php |
Implements \Drupal\Core\Form\FormInterface::getFormID(). |
|
NegotiationSelectedForm::buildForm |
function |
drupal/core/modules/language/lib/Drupal/language/Form/NegotiationSelectedForm.php |
Implements \Drupal\Core\Form\FormInterface::buildForm(). |
|
SelectComplexTest::testDefaultJoin |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php |
Tests simple JOIN statements. |
|
CommentSelection::buildEntityQuery |
function |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/entity_reference/selection/CommentSelection.php |
Overrides SelectionBase::buildEntityQuery(). |
|
CommentSelection::entityQueryAlter |
function |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/entity_reference/selection/CommentSelection.php |
Overrides SelectionBase::entityQueryAlter(). |
|
PagerSelectExtender::ensureElement |
function |
drupal/core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php |
Ensure that there is an element associated with this query.
If an element was not specified previously, then the value of the
$maxElement counter is taken, after which the counter is incremented. |
|
PagerSelectExtender::setCountQuery |
function |
drupal/core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php |
Specify the count query object to use for this pager. |
|
PagerSelectExtender::getCountQuery |
function |
drupal/core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php |
Retrieve the count query for this pager. |
|
MetadataGenerator::$editorSelector |
property |
drupal/core/modules/edit/lib/Drupal/edit/MetadataGenerator.php |
An object that determines which editor to attach to a given field. |
|
EditorSelectorInterface::getEditor |
function |
drupal/core/modules/edit/lib/Drupal/edit/EditorSelectorInterface.php |
Returns the in-place editor (an Editor plugin) to use for a field. |
|
EntityReferenceSelectionAccessTest |
class |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceSelectionAccessTest.php |
Tests the Entity Reference Selection plugin. |
|
EditorSelectionTest::$editorManager |
property |
drupal/core/modules/edit/lib/Drupal/edit/Tests/EditorSelectionTest.php |
The manager for editor plugins. |
|
LanguageSelectElementTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/LanguageSelectElementTest.php |
Modules to enable. |
|
SelectTableSortDefaultTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTableSortDefaultTest.php |
|
|
NegotiationSelectedForm::submitForm |
function |
drupal/core/modules/language/lib/Drupal/language/Form/NegotiationSelectedForm.php |
Implements \Drupal\Core\Form\FormInterface::submitForm(). |
|
SelectComplexTest::testJoinSubquery |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php |
Tests that we can join on a query. |
|
WebTestBase::assertNoOptionSelected |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
Asserts that a select option in the current page is not checked. |
|
_form_test_tableselect_form_builder |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Build a form to test the tableselect element. |
|
_form_test_tableselect_colspan_form |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Test the tableselect #colspan functionality. |
|
SelectionPluginManager::__construct |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/Type/SelectionPluginManager.php |
Constructs a SelectionPluginManager object. |
|
SelectionPluginManager::getInstance |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/Type/SelectionPluginManager.php |
Overrides \Drupal\Component\Plugin\PluginManagerBase::getInstance(). |
|
SelectionTest::testSelectionHandler |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/Views/SelectionTest.php |
Tests the selection handler. |
|
SelectTest::testSelectDuplicateAlias |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTest.php |
Tests that aliases are renamed when they are duplicates. |
|
EditorSelectionTest::$editorSelector |
property |
drupal/core/modules/edit/lib/Drupal/edit/Tests/EditorSelectionTest.php |
The editor selector object to be tested. |
|
EditorSelectionTest::testTextWysiwyg |
function |
drupal/core/modules/edit/lib/Drupal/edit/Tests/EditorSelectionTest.php |
Tests a textual field, with text processing, with cardinality 1 and >1,
always with an Editor plugin present that supports textual fields with text
processing, but with varying text format compatibility. |
|
EntityReferenceSelectionSortTest.php |
file |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceSelectionSortTest.php |
Contains \Drupal\entity_reference\Tests\EntityReferenceSelectionSortTest. |
|
PHPUnit_Util_XML::convertSelectToTag |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/XML.php |
Parse a CSS selector into an associative array suitable for
use with findNodes(). |
|
EditIntegrationTest::$editorSelector |
property |
drupal/core/modules/editor/lib/Drupal/editor/Tests/EditIntegrationTest.php |
The editor selector object to be used by the metadata generator object. |
|
SelectComplexTest::testLeftOuterJoin |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php |
Tests LEFT OUTER joins. |
|
EditorAdminTest::selectUnicornEditor |
function |
drupal/core/modules/editor/lib/Drupal/editor/Tests/EditorAdminTest.php |
Tests and selects the unicorn editor. |
|
ViewsSelection::settingsFormValidate |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/entity_reference/selection/ViewsSelection.php |
Element validate; Check View is valid. |
|
SelectionInterface::entityQueryAlter |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/Type/Selection/SelectionInterface.php |
Allows the selection to alter the SelectQuery generated by EntityFieldQuery. |
|
EditorSelector::getEditorAttachments |
function |
drupal/core/modules/edit/lib/Drupal/edit/EditorSelector.php |
Returns the attachments for all editors. |
|
SelectTest::testSimpleSelectAllFields |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTest.php |
Tests adding all fields from a given table to a SELECT statement. |
|
StringDatabaseStorage::dbStringSelect |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Builds a SELECT query with multiple conditions and fields. |
|
Util_XMLTest::testConvertAssertSelect |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Util/XMLTest.php |
|
|
OptionsWidgetBase::getSelectedOptions |
function |
drupal/core/modules/options/lib/Drupal/options/Plugin/field/widget/OptionsWidgetBase.php |
Determines selected options from the incoming field values. |
|
_form_test_tableselect_js_select_form |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Test functionality of the tableselect #js_select property. |
|
SelectTest::testSimpleSelectExpression |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTest.php |
Tests SELECT statements with expressions. |
|
MetadataGeneratorTest::$editorSelector |
property |
drupal/core/modules/edit/lib/Drupal/edit/Tests/MetadataGeneratorTest.php |
The editor selector object to be used by the metadata generator object. |
|
ElementsTableSelectTest::testEmptyText |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsTableSelectTest.php |
Test the display of the #empty text when #options is an empty array. |
|
EditorSelectionTest::getSelectedEditor |
function |
drupal/core/modules/edit/lib/Drupal/edit/Tests/EditorSelectionTest.php |
Retrieves the FieldInstance object for the given field and returns the
editor that Edit selects. |