abstract public function CerField::getTargetType in Corresponding Entity References 7.3
Gets the type of entity that can be referenced by this field, e.g. 'node'.
Return value
string
1 call to CerField::getTargetType()
- CerField::getTargetBundles in includes/
CerField.inc - Returns the bundles that this field instance can reference.
7 methods override CerField::getTargetType()
- CerCommerceProductReferenceField::getTargetType in extensions/
cer_commerce/ commerce_product_reference.inc - Implements CerField::getTargetType().
- CerEntityReferenceField::getTargetType in includes/
fields/ entity_reference.inc - Implements CerField::getTargetType().
- CerFieldCollectionField::getTargetType in includes/
fields/ field_collection.inc - Implements CerField::getTargetType().
- CerNodeReferenceField::getTargetType in includes/
fields/ node_reference.inc - Implements CerField::getTargetType().
- CerProfile2Field::getTargetType in extensions/
cer_profile2/ profile2.inc - Implements CerField::getTargetType().
File
- includes/
CerField.inc, line 42 - Contains the base class for CER field plugins.
Class
- CerField
- @class Represents a single field instance.
Code
public abstract function getTargetType();