FieldMapEnhancerTest::testFieldFoundInMapping |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Enhancer/FieldMapEnhancerTest.php |
|
FieldFormValidationErrorsCommand::__construct |
function |
drupal/core/modules/edit/lib/Drupal/edit/Ajax/FieldFormValidationErrorsCommand.php |
Constructs a FieldFormValidationErrorsCommand object. |
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 |
|
HandlerFieldFieldTest::_testSimpleFieldRender |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/Views/HandlerFieldFieldTest.php |
|
TextFieldTest::_testTextfieldWidgetsFormatted |
function |
drupal/core/modules/text/lib/Drupal/text/Tests/TextFieldTest.php |
Helper function for testTextfieldWidgetsFormatted(). |
entity_reference_field_instance_settings_form |
function |
drupal/core/modules/entity_reference/entity_reference.module |
Implements hook_field_instance_settings_form(). |
FieldItemNormalizer::createTranslatedInstance |
function |
drupal/core/modules/hal/lib/Drupal/hal/Normalizer/FieldItemNormalizer.php |
Get a translated version of the field item instance. |
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). |
CollectionTest::testRejectInvalidFieldsOption |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CollectionTest.php |
@expectedException \Symfony\Component\Validator\Exception\ConstraintDefinitionException |
ImageFieldDisplayTest::testImageFieldSettings |
function |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldDisplayTest.php |
Tests for image field settings. |
EntityEnclosingRequestInterface::getPostField |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequestInterface.php |
Get a POST field from the request |
EntityEnclosingRequestInterface::setPostField |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequestInterface.php |
Set a POST field value |
FieldInfoTest::testInstanceDisabledEntityType |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldInfoTest.php |
Test that instances on disabled entity types are filtered out. |
FieldAttachStorageTest::testFieldAttachDelete |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachStorageTest.php |
Test field_attach_delete(). |
FieldUpgradePathTest::testEntityDisplayUpgrade |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/FieldUpgradePathTest.php |
Tests upgrade of entity displays. |
FieldInstanceCrudTest::testCreateFieldInstance |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldInstanceCrudTest.php |
Test the creation of a field instance. |
FieldUpgradePathTest::testFieldUpgradeToConfig |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/FieldUpgradePathTest.php |
Tests migration of field and instance definitions to config. |
FieldInstanceCrudTest::testUpdateFieldInstance |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldInstanceCrudTest.php |
Test the update of a field instance. |
FieldInstanceCrudTest::testDeleteFieldInstance |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldInstanceCrudTest.php |
Test the deletion of a field instance. |
DatabaseStorageController::getFieldDefinitions |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Implements \Drupal\Core\Entity\EntityStorageControllerInterface::getFieldDefinitions(). |
FieldInstanceStorageController::$moduleHandler |
property |
drupal/core/modules/field/lib/Drupal/field/FieldInstanceStorageController.php |
The module handler. |
FieldInstanceStorageController::$entityManager |
property |
drupal/core/modules/field/lib/Drupal/field/FieldInstanceStorageController.php |
The entity manager. |
FieldInstanceStorageController::createInstance |
function |
drupal/core/modules/field/lib/Drupal/field/FieldInstanceStorageController.php |
Instantiates a new instance of this entity controller. |
FieldUIUpgradePathTest::testFieldUIPermissions |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/FieldUIUpgradePathTest.php |
Tests Field UI permissions upgrade path. |
TermFieldTest::testTaxonomyTermFieldValidation |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldTest.php |
Test term field validation. |
CommentStorageController::baseFieldDefinitions |
function |
drupal/core/modules/comment/lib/Drupal/comment/CommentStorageController.php |
Implements \Drupal\Core\Entity\DataBaseStorageControllerNG::basePropertyDefinitions(). |
EntityFieldTest::assertDataStructureInterfaces |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php |
Executes the data structure interfaces tests for the given entity type. |
SelectComplexTest::testCountQueryFieldRemovals |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php |
Tests that countQuery properly removes fields and expressions. |
TestFieldPrepareViewFormatter::settingsSummary |
function |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/formatter/TestFieldPrepareViewFormatter.php |
Returns a short summary for the current formatter settings. |
DenormalizeTest::testBasicFieldDenormalization |
function |
drupal/core/modules/hal/lib/Drupal/hal/Tests/DenormalizeTest.php |
Test that non-reference fields can be denormalized. |
field_test_field_formatter_settings_form_alter |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.module |
Implements hook_field_formatter_settings_form_alter(). |
ImageFieldDefaultImagesTest::testDefaultImages |
function |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldDefaultImagesTest.php |
Tests CRUD for fields and fields instances with default images. |
FieldImportCreateTest::testImportCreateDefault |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldImportCreateTest.php |
Tests creating fields and instances during default config import. |
EntityEnclosingRequestInterface::getPostFields |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequestInterface.php |
Get the post fields that will be used in the request |
FieldTranslationSynchronizer::synchronizeItems |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/FieldTranslationSynchronizer.php |
Synchronize the items of a single field. |
EntityEnclosingRequestInterface::addPostFields |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequestInterface.php |
Add POST fields to use in the request |
TranslationTest::testTranslatableFieldSaveLoad |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/TranslationTest.php |
Test translatable fields storage/retrieval. |
ManageDisplayTest::testNoFieldsDisplayOverview |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageDisplayTest.php |
Tests that a message is shown when there are no fields. |
ImageFieldValidateTest::testRequiredAttributes |
function |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldValidateTest.php |
Test that required alt/title fields gets validated right. |
FieldAttachStorageTest::testEntityDeleteBundle |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachStorageTest.php |
Test entity_bundle_delete(). |
RouteContentEnhancerTest::testFieldAlreadyThere |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Enhancer/RouteContentEnhancerTest.php |
|
FieldByClassEnhancerTest::testFieldAlreadyThere |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Enhancer/FieldByClassEnhancerTest.php |
|
DatabaseStorageController::baseFieldDefinitions |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Defines the base properties of the entity type. |
field_sql_storage_field_storage_delete_revision |
function |
drupal/core/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_storage_delete_revision(). |
field_sql_storage_field_storage_delete_instance |
function |
drupal/core/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_storage_delete_instance(). |
CollectionValidatorTest::testExtraFieldsAllowed |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CollectionValidatorTest.php |
|
HandlerFieldFieldTest::_testMultipleFieldRender |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/Views/HandlerFieldFieldTest.php |
|
EntityFieldTest::testEntityConstraintValidation |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php |
Tests validation constraints provided by the Entity API. |
NodeTranslationUITest::testFieldTranslationForm |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeTranslationUITest.php |
Tests field translation form. |