SelectOrderedTest::testSimpleSelectOrdered |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectOrderedTest.php |
Tests basic ORDER BY. |
EntityReferenceSelectionSortTest::$modules |
property |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceSelectionSortTest.php |
|
EntityReferenceSelectionSortTest::testSort |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceSelectionSortTest.php |
Assert sorting by field and property. |
_form_test_tableselect_multiple_false_form |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Test the tableselect #multiple = FALSE functionality. |
SelectionPluginManager::getSelectionGroups |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/Type/SelectionPluginManager.php |
Returns a list of selection plugins that can reference a specific entity
type. |
ElementsTableSelectTest::testAdvancedSelect |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsTableSelectTest.php |
Test the #js_select property. |
SelectPagerDefaultTest::testInnerPagerQuery |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectPagerDefaultTest.php |
Confirms that a pager query results with an inner pager query are valid. |
SelectionInterface::getReferencableEntities |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/Type/Selection/SelectionInterface.php |
Returns a list of referencable entities. |
PHPUnit_Framework_Assert::assertSelectCount |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php |
Assert the presence, absence, or count of elements in a document matching
the CSS $selector, regardless of the contents of those elements. |
EntityReferenceSelectionAccessTest::getInfo |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceSelectionAccessTest.php |
|
SelectionBase::validateReferencableEntities |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/entity_reference/selection/SelectionBase.php |
Implements SelectionInterface::validateReferencableEntities(). |
ConnectionUnitTest::testOpenSelectQueryClose |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionUnitTest.php |
Tests Database::closeConnection() with a select query. |
FilterPluginBase::prepareFilterSelectOptions |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php |
Sanitizes the HTML select element's options. |
SelectPagerDefaultTest::testHavingPagerQuery |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectPagerDefaultTest.php |
Confirms that a paging query results with a having expression are valid. |
SelectSubqueryTest::testExistsSubquerySelect |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectSubqueryTest.php |
Tests EXISTS subquery conditionals on SELECT statements. |
ViewsSelection::validateReferencableEntities |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/entity_reference/selection/ViewsSelection.php |
Implements \Drupal\entity_reference\Plugin\Type\Selection\SelectionInterface::validateReferencableEntities(). |
Util_XMLTest::testConvertAssertSelectContent |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Util/XMLTest.php |
|
PHPUnit_Framework_Assert::assertSelectRegExp |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php |
assertSelectRegExp("#binder .name", "/Mike|Derek/", true, $xml); // any?
assertSelectRegExp("#binder .name", "/Mike|Derek/", 3, $xml); // 3? |
PHPUnit_Framework_Assert::assertSelectEquals |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert.php |
assertSelectEquals("#binder .name", "Chuck", true, $xml); // any?
assertSelectEquals("#binder .name", "Chuck", false, $xml); // none? |
EntityReferenceSelectionAccessTest::$modules |
property |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceSelectionAccessTest.php |
|
Util_XMLTest::testConvertAssertSelectEltClass |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Util/XMLTest.php |
|
SelectionInterface::countReferencableEntities |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/Type/Selection/SelectionInterface.php |
Counts entities that are referencable by a given field. |
SelectionInterface::validateAutocompleteInput |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/Type/Selection/SelectionInterface.php |
Validates input from an autocomplete widget that has no ID. |
Util_XMLTest::testConvertAssertSelectEltChild |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Util/XMLTest.php |
|
SelectionBroken::validateReferencableEntities |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/Type/Selection/SelectionBroken.php |
Implements SelectionInterface::validateReferencableEntities(). |
EditorSelectorInterface::getEditorAttachments |
function |
drupal/core/modules/edit/lib/Drupal/edit/EditorSelectorInterface.php |
Returns the attachments for all editors. |
SelectTest::testSimpleSelectExpressionMultiple |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTest.php |
Tests SELECT statements with multiple expressions. |
SelectTableSortDefaultTest::testTableSortQuery |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTableSortDefaultTest.php |
Confirms that a tablesort query returns the correct results. |
SelectComplexTest::testCountQueryFieldRemovals |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php |
Tests that countQuery properly removes fields and expressions. |
EntityTranslationUITest::$testLanguageSelector |
property |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php |
Whether the behavior of the language selector should be tested. |
SelectOrderedTest::testSimpleSelectOrderedDesc |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectOrderedTest.php |
Tests ORDER BY descending. |
ElementsTableSelectTest::testTableselectColSpan |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsTableSelectTest.php |
Tests the display when #colspan is set. |
ElementsTableSelectTest::testMultipleTrueSubmit |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsTableSelectTest.php |
Test the submission of single and multiple values when #multiple is TRUE. |
SelectSubqueryTest::testConditionSubquerySelect |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectSubqueryTest.php |
Tests that we can use a subquery in a WHERE clause. |
SelectSubqueryTest::testNotExistsSubquerySelect |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectSubqueryTest.php |
Tests NOT EXISTS subquery conditionals on SELECT statements. |
SelectOrderedTest::testSimpleSelectMultiOrdered |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectOrderedTest.php |
Tests multiple ORDER BY. |
ElementsTableSelectTest::testMultipleFalseSubmit |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsTableSelectTest.php |
Test submission of values when #multiple is FALSE. |
SelectionInterface::validateReferencableEntities |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/Type/Selection/SelectionInterface.php |
Validates that entities can be referenced by this field. |
_form_test_tableselect_multiple_true_form_submit |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Process the tableselect #multiple = TRUE submitted values. |
Util_XMLTest::testConvertAssertSelectEltAttrEqual |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Util/XMLTest.php |
|
_form_test_tableselect_multiple_false_form_submit |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Process the tableselect #multiple = FALSE submitted values. |
Util_XMLTest::testConvertAssertSelectEltAttrHasOne |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Util/XMLTest.php |
|
Util_XMLTest::testConvertAssertSelectEltDescendant |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Util/XMLTest.php |
|
EntityReferenceAdminTest::assertFieldSelectOptions |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceAdminTest.php |
|
SelectTableSortDefaultTest::testTableSortQueryFirst |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTableSortDefaultTest.php |
Confirms precedence of tablesorts headers. |
SelectSubqueryTest::testFromSubquerySelectWithLimit |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectSubqueryTest.php |
Tests that we can use a subquery in a FROM clause with a LIMIT. |
SelectCloneTest::testSelectConditionSubQueryCloning |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectCloneTest.php |
Test that subqueries as value within conditions are cloned properly. |
EntityReferenceSelectionAccessTest::testNodeHandler |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceSelectionAccessTest.php |
Test the node-specific overrides of the entity handler. |
EntityReferenceSelectionAccessTest::testUserHandler |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceSelectionAccessTest.php |
Test the user-specific overrides of the entity handler. |
SelectTableSortDefaultTest::testTableSortDefaultSort |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTableSortDefaultTest.php |
Confirms that no error is thrown if no sort is set in a tableselect. |