TestFieldMultipleFormatter::settingsForm |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/formatter/TestFieldMultipleFormatter.php |
Returns a form to configure settings for the formatter. |
TestFieldMultipleFormatter::viewElements |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/formatter/TestFieldMultipleFormatter.php |
Builds a renderable array for a field value. |
TestEventSubscriberWithMultipleListeners |
class |
drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php |
|
TranslationTest::testFieldInvokeMultiple |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/TranslationTest.php |
Test the multilanguage logic of _field_invoke_multiple(). |
DatabaseStorageExpirable::deleteMultiple |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php |
Implements Drupal\Core\KeyValueStore\KeyValueStoreInterface::deleteMultiple(). |
ElementsTableSelectTest::testMultipleTrue |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsTableSelectTest.php |
Test the display of checkboxes when #multiple is TRUE. |
CacheBackendInterface::invalidateMultiple |
function |
drupal/core/lib/Drupal/Core/Cache/CacheBackendInterface.php |
Marks cache items as invalid. |
ValidatorTest::testValidateMultipleGroups |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/ValidatorTest.php |
|
TermFieldMultipleVocabularyTest::$modules |
property |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldMultipleVocabularyTest.php |
Modules to enable. |
TestMultipleHttpKernel::getBackendRequest |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/TestMultipleHttpKernel.php |
|
_form_test_tableselect_multiple_true_form |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Test the tableselect #multiple = TRUE functionality. |
file_field_widget_multiple_count_validate |
function |
drupal/core/modules/file/file.field.inc |
Validation callback for upload element on file widget. Checks if user has
uploaded more files than allowed. |
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. |
ElementsTableSelectTest::testMultipleFalse |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsTableSelectTest.php |
Test the display of radios when #multiple is FALSE. |
OptionsWidgetsTest::testSelectListMultiple |
function |
drupal/core/modules/options/lib/Drupal/options/Tests/OptionsWidgetsTest.php |
Tests the 'options_select' widget (multiple select). |
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 |
|
NodeLoadMultipleTest::testNodeMultipleLoad |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeLoadMultipleTest.php |
Creates four nodes and ensures that they are loaded correctly. |
_form_test_tableselect_multiple_false_form |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Test the tableselect #multiple = FALSE functionality. |
NullStorageExpirable::setMultipleWithExpire |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php |
Implements Drupal\Core\KeyValueStore\KeyValueStoreExpirableInterface::setMultipleWithExpire(). |
FilterPluginBase::groupMultipleExposedInput |
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. |
TestFieldMultipleFormatter::settingsSummary |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/formatter/TestFieldMultipleFormatter.php |
Returns a short summary for the current formatter settings. |
PdoSessionHandlerTest::testMultipleInstances |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/PdoSessionHandlerTest.php |
|
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. |
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 |
|
EntityRenderControllerInterface::viewMultiple |
function |
drupal/core/lib/Drupal/Core/Entity/EntityRenderControllerInterface.php |
Returns the render array for the provided entities. |
AllValidatorTest::testWalkMultipleConstraints |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/AllValidatorTest.php |
@dataProvider getValidArguments |
multipleNamespacesWithOneClassUsingBraces.php |
file |
drupal/core/vendor/phpunit/php-token-stream/Tests/_files/multipleNamespacesWithOneClassUsingBraces.php |
|
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(). |
ChoiceValidatorTest::testInvalidChoiceMultiple |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/ChoiceValidatorTest.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. |
HandlerFieldFieldTest::_testMultipleFieldRender |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/Views/HandlerFieldFieldTest.php |
|
DatabaseStorageExpirable::setMultipleWithExpire |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php |
Implements Drupal\Core\KeyValueStore\KeyValueStoreExpirablInterface::setMultipleWithExpire(). |
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. |
CallbackValidatorTest::testCallbackMultipleMethods |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CallbackValidatorTest.php |
|
ChoiceValidatorTest::testStrictWithMultipleChoices |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/ChoiceValidatorTest.php |
|
BackendChainImplementationUnitTest::testGetMultiple |
function |
drupal/core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php |
Test the get multiple feature. |
GenericCacheBackendUnitTestBase::testDeleteMultiple |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Cache/GenericCacheBackendUnitTestBase.php |
Test Drupal\Core\Cache\CacheBackendInterface::delete() and
Drupal\Core\Cache\CacheBackendInterface::deleteMultiple(). |
FieldAttachStorageTest::testFieldAttachLoadMultiple |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachStorageTest.php |
Test the 'multiple' load feature. |
CollectionValidatorTest::testWalkMultipleConstraints |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CollectionValidatorTest.php |
|
ChoiceValidatorTest::testExpectArrayIfMultipleIsTrue |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/ChoiceValidatorTest.php |
@expectedException \Symfony\Component\Validator\Exception\UnexpectedTypeException |
ChoiceValidatorTest::testNonStrictWithMultipleChoices |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/ChoiceValidatorTest.php |
|
AbstractReaderTest::testMultipleAnnotationsOnSameLine |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
@group regression |
multipleNamespacesWithOneClassUsingNonBraceSyntax.php |
file |
drupal/core/vendor/phpunit/php-token-stream/Tests/_files/multipleNamespacesWithOneClassUsingNonBraceSyntax.php |
|