TestObjectMetadata::getIdentifierValues |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php |
Return the identifier of this object as an array with field name as key. |
RebuildTest::testRebuildPreservesValues |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/RebuildTest.php |
Tests preservation of values. |
HttpCacheTestCase::getMetaStorageValues |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTestCase.php |
|
FieldTestBase::_generateTestFieldValues |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldTestBase.php |
Generate random values for a field_test field. |
FormValuesTest::testSimpleAjaxFormValue |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/FormValuesTest.php |
Submits forms with select and checkbox elements via Ajax. |
OptionsSelectDynamicValuesTest::getInfo |
function |
drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsSelectDynamicValuesTest.php |
|
BaseMemcacheProfilerStorage::appendValue |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/BaseMemcacheProfilerStorage.php |
Append data to an existing item on the memcache server |
AnnotationWithRequiredAttributes::$value |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithRequiredAttributes.php |
|
ClassMetadata::isSingleValuedAssociation |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php |
Checks if the given field is a mapped single valued association for this class. |
VocabularyMachineName::get_value_options |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/filter/VocabularyMachineName.php |
Child classes should be used to override this function and set the
'value options', unless 'options callback' is defined as a valid function
or static public method to generate these values. |
UserTranslationUITest::getNewEntityValues |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserTranslationUITest.php |
Overrides \Drupal\translation_entity\Tests\EntityTranslationUITest::getNewEntityValues(). |
KeyValueStoreInterface::getCollectionName |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php |
Returns the name of this collection. |
TermTranslationUITest::getNewEntityValues |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTranslationUITest.php |
Overrides \Drupal\translation_entity\Tests\EntityTranslationUITest::getNewEntityValues(). |
NodeTranslationUITest::getNewEntityValues |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeTranslationUITest.php |
Overrides \Drupal\translation_entity\Tests\EntityTranslationUITest::getNewEntityValues(). |
OptionsFieldTest::testUpdateAllowedValues |
function |
drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsFieldTest.php |
Test that allowed values can be updated. |
InlineTest::testDumpNumericValueWithLocale |
function |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/InlineTest.php |
|
AnnotationWithRequiredAttributes::getValue |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithRequiredAttributes.php |
|
FileFieldWidgetTest::testMultiValuedWidget |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldWidgetTest.php |
Tests upload and remove buttons for multiple multi-valued File fields. |
FieldPluginBase::get_token_values_recursive |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Recursive function to add replacements for nested query string parameters. |
ParameterBagTest::testResolveUnescapesValue |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ParameterBag/ParameterBagTest.php |
@covers Symfony\Component\DependencyInjection\ParameterBag\ParameterBag::resolve |
ResponseHeaderBag::computeCacheControlValue |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/ResponseHeaderBag.php |
Returns the calculated value of the cache-control header. |
EntityTranslationUITest::getNewEntityValues |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php |
Returns an array of entity field values to be tested. |
OptionsDynamicValuesValidationTest::getInfo |
function |
drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsDynamicValuesValidationTest.php |
|
FileFieldWidgetTest::testSingleValuedWidget |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldWidgetTest.php |
Tests upload and remove buttons for a single-valued File field. |
form_test_form_rebuild_preserve_values_form |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Form builder for testing preservation of values during a rebuild. |
CommentTranslationUITest::getNewEntityValues |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTranslationUITest.php |
Overrides \Drupal\translation_entity\Tests\EntityTranslationUITest::getNewEntityValues(). |
ClassMetadata::isCollectionValuedAssociation |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php |
Checks if the given field is a mapped collection valued association for this class. |
Twig_Node_Expression_Array::getKeyValuePairs |
function |
drupal/core/vendor/twig/twig/lib/Twig/Node/Expression/Array.php |
|
OptionsFieldUITest::assertAllowedValuesInput |
function |
drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsFieldUITest.php |
Tests a string input for the 'allowed values' form element. |
TestObjectMetadata::isSingleValuedAssociation |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php |
Checks if the given field is a mapped single valued association for this class. |
TaxonomyAutocompleteWidget::massageFormValues |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/field/widget/TaxonomyAutocompleteWidget.php |
Implements Drupal\field\Plugin\Type\Widget\WidgetInterface::massageFormValues() |
form_test_form_state_values_clean_form_submit |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Form submit handler for form_state_values_clean() test form. |
StaticReflectionClass::getStaticPropertyValue |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionClass.php |
|
ClosureExpressionVisitor::getObjectFieldValue |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Expr/ClosureExpressionVisitor.php |
Access the field of a given object. This field has to be public directly
or indirectly (through an accessor get* or a magic method, __get, __call). |
StaticReflectionClass::setStaticPropertyValue |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionClass.php |
|
StateValuesCleanTest::testFormStateValuesClean |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/StateValuesCleanTest.php |
Tests form_state_values_clean(). |
KeyValueStoreExpirableInterface::setWithExpire |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueStoreExpirableInterface.php |
Saves a value for a given key with a time to live. |
GenericCacheBackendUnitTestBase::$defaultValue |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Cache/GenericCacheBackendUnitTestBase.php |
Random value to use in tests. |
EntityTestTranslationUITest::getNewEntityValues |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTestTranslationUITest.php |
Overrides \Drupal\translation_entity\Tests\EntityTranslationUITest::getNewEntityValues(). |
ConfigTestTranslationUITest::getNewEntityValues |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/ConfigTestTranslationUITest.php |
Overrides \Drupal\translation_entity\Tests\EntityTranslationUITest::getNewEntityValues(). |
form_test_storage_element_validate_value_cached |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Form element validation handler for 'value' element in form_test_storage_form(). |
form_test_form_state_values_clean_advanced_form |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Form constructor for the form_state_values_clean() test. |
OptionsFieldUITest::testOptionsAllowedValuesText |
function |
drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsFieldUITest.php |
Options (text) : test 'allowed values' input. |
TestObjectMetadata::isCollectionValuedAssociation |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php |
Checks if the given field is a mapped collection valued association for this class. |
OptionsFieldUITest::testOptionsAllowedValuesFloat |
function |
drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsFieldUITest.php |
Options (float) : test 'allowed values' input. |
UrlGeneratorTest::testWithAnIntegerAsADefaultValue |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php |
|
AssetCollectionTest::testGetLastModifiedWithValues |
function |
drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Asset/AssetCollectionTest.php |
|
FormTest::testFieldFormMultivalueWithRequiredRadio |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php |
Tests widget handling of multiple required radios. |
form_test_form_rebuild_preserve_values_form_submit |
function |
drupal/core/modules/system/tests/modules/form_test/form_test.module |
Form submit handler for form_test_form_rebuild_preserve_values_form(). |
options_field_settings_form_validate_allowed_values |
function |
drupal/core/modules/field/modules/options/options.module |
Element validate callback; check that the entered values are valid. |