You are here

7 calls to FieldTargetDefinition::createFromFieldDefinition() in Feeds 8.3

FieldTargetDefinitionTest::testGetPropertyDescription in tests/src/Unit/FieldTargetDefinitionTest.php
Tests that the description is taken from field definition.
FieldTargetDefinitionTest::testGetPropertyDescriptionOfNonExistingProperty in tests/src/Unit/FieldTargetDefinitionTest.php
Tests no errors when the description for a custom property isn't set.
FieldTargetDefinitionTest::testGetPropertyDescriptionWithCustomSetDescription in tests/src/Unit/FieldTargetDefinitionTest.php
Tests that a custom set property description takes precedence.
FieldTargetDefinitionTest::testGetPropertyLabel in tests/src/Unit/FieldTargetDefinitionTest.php
Tests that the label is taken from field definition.
FieldTargetDefinitionTest::testGetPropertyLabelOfNonExistingProperty in tests/src/Unit/FieldTargetDefinitionTest.php
Tests no errors when the label for a custom property isn't set.
FieldTargetDefinitionTest::testGetPropertyLabelWithCustomSetLabel in tests/src/Unit/FieldTargetDefinitionTest.php
Tests that a custom set property label takes precedence.
Path::prepareTarget in src/Feeds/Target/Path.php
Prepares a target definition.