_form_test_tableselect_multiple_true_form |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Test the tableselect #multiple = TRUE functionality. |
views.view.test_handler_relationships.yml |
file |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_handler_relationships.yml |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_handler_relationships.yml |
AjaxCommandsUnitTest::testRestripeCommand |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/AjaxCommandsUnitTest.php |
Tests that RestripeCommand objects can be constructed and rendered. |
CacheBackendInterface::invalidateMultiple |
function |
drupal/core/lib/Drupal/Core/Cache/CacheBackendInterface.php |
Marks cache items as invalid. |
EntityQueryRelationshipTest::$queryResults |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryRelationshipTest.php |
The results returned by EntityQuery. |
EntityQueryRelationshipTest::assertResults |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryRelationshipTest.php |
Assert the results. |
EntityEnclosingRequestInterface::MULTIPART |
constant |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequestInterface.php |
|
RelationshipRepresentativeNode::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/Taxonomy/RelationshipRepresentativeNode.php |
Views used by this test. |
SelectTest::testSimpleSelectMultipleFields |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTest.php |
Tests adding multiple fields to a SELECT statement at the same time. |
TermTest::testTermMultipleParentsInterface |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTest.php |
Test saving a term with multiple parents through the UI. |
TermFieldMultipleVocabularyTest::$instance |
property |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldMultipleVocabularyTest.php |
|
RelationshipRepresentativeNode::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/User/RelationshipRepresentativeNode.php |
Views used by this test. |
ElementsTableSelectTest::testMultipleFalse |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsTableSelectTest.php |
Test the display of radios when #multiple is FALSE. |
_form_test_tableselect_multiple_false_form |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Test the tableselect #multiple = FALSE functionality. |
OptionsWidgetsTest::testSelectListMultiple |
function |
drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsWidgetsTest.php |
Tests the 'options_select' widget (multiple select). |
NodeLoadMultipleTest::testNodeMultipleLoad |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeLoadMultipleTest.php |
Creates four nodes and ensures that they are loaded correctly. |
TestFieldMultipleFormatter::settingsSummary |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/formatter/TestFieldMultipleFormatter.php |
Implements Drupal\field\Plugin\Type\Formatter\FormatterInterface::settingsForm(). |
FilterSecurityTest::testSkipSecurityFilters |
function |
drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterSecurityTest.php |
Tests that security filters are enforced even when marked to be skipped. |
UpdateScriptTest::testNoUpdateFunctionality |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Update/UpdateScriptTest.php |
Tests update.php when there are no updates to apply. |
BanSubscriber::onKernelRequestBannedIpCheck |
function |
drupal/core/modules/ban/lib/Drupal/ban/EventSubscriber/BanSubscriber.php |
Response with 403 if the visitor's IP adress is banned. |
_form_element_triggered_scripted_submission |
function |
drupal/core/includes/form.inc |
Detects if an element triggered the form submission via Ajax. |
PdoSessionHandlerTest::testMultipleInstances |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/PdoSessionHandlerTest.php |
|
LocaleJavascriptTranslation::testFileParsing |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleJavascriptTranslation.php |
|
JavaScriptTest::testAddJsFileWithQueryString |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php |
Tests JavaScript files that have querystrings attached get added right. |
ProcessingTest::testBatchFormMultipleBatches |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Batch/ProcessingTest.php |
Tests batches defined in different submit handlers on the same form. |
EntityRenderControllerInterface::viewMultiple |
function |
drupal/core/lib/Drupal/Core/Entity/EntityRenderControllerInterface.php |
Returns the render array for the provided entities. |
TermFieldMultipleVocabularyTest::$vocabulary1 |
property |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldMultipleVocabularyTest.php |
|
TermFieldMultipleVocabularyTest::$vocabulary2 |
property |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldMultipleVocabularyTest.php |
|
AbstractProfilerStorageTest::testRetrieveByIp |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/AbstractProfilerStorageTest.php |
|
ApacheMatcherDumperTest::testEscapeScriptName |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/Dumper/ApacheMatcherDumperTest.php |
|
FilterPluginBase::group_multiple_exposed_input |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php |
Returns the options available for a grouped filter that users checkboxes
as widget, and therefore has to be applied several times, one per
item selected. |
SelectTest::testSimpleSelectExpressionMultiple |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTest.php |
Tests SELECT statements with multiple expressions. |
LoadMultipleTest::testTaxonomyTermMultipleLoad |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/LoadMultipleTest.php |
Create a vocabulary and some taxonomy terms, ensuring they're loaded
correctly using taxonomy_term_load_multiple(). |
IpAddressBlockingTest::testIPAddressValidation |
function |
drupal/core/modules/ban/lib/Drupal/ban/Tests/IpAddressBlockingTest.php |
Tests various user input to confirm correct validation and saving of data. |
JavaScriptTest::testBrowserConditionalComments |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php |
Tests adding JavaScript within conditional comments. |
DatabaseStorageExpirable::setMultipleWithExpire |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php |
Implements Drupal\Core\KeyValueStore\KeyValueStoreExpirablInterface::setMultipleWithExpire(). |
BaseCompilerFilter::LANGUAGE_ECMASCRIPT5_STRICT |
constant |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/BaseCompilerFilter.php |
|
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. |
Twig_ExpressionParser::parseSubscriptExpression |
function |
drupal/core/vendor/twig/twig/lib/Twig/ExpressionParser.php |
|
HandlerFieldFieldTest::_testMultipleFieldRender |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Field/HandlerFieldFieldTest.php |
|
LocaleTranslationTest::testJavaScriptTranslation |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleTranslationTest.php |
|
ElementsVerticalTabsTest::testJavaScriptOrdering |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsVerticalTabsTest.php |
Ensures that vertical-tabs.js is included before collapse.js. |
RelationshipRepresentativeNode::testRelationship |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Taxonomy/RelationshipRepresentativeNode.php |
Tests the relationship. |
RelationshipRepresentativeNode::testRelationship |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/User/RelationshipRepresentativeNode.php |
Tests the relationship. |
ElementsTableSelectTest::testMultipleFalseSubmit |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsTableSelectTest.php |
Test submission of values when #multiple is FALSE. |
_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. |
GenericCacheBackendUnitTestBase::testGetMultiple |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Cache/GenericCacheBackendUnitTestBase.php |
Tests Drupal\Core\Cache\CacheBackendInterface::getMultiple(). |
MockFileSessionStorageTest::testMultipleInstances |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockFileSessionStorageTest.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. |
StatisticsBlockVisitorsTest::testIPAddressBlocking |
function |
drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsBlockVisitorsTest.php |
Blocks an IP address via the top visitors report and then unblocks it. |