public static function ReplicatorEvents::replicateEntityField in Replicate 8
1 call to ReplicatorEvents::replicateEntityField()
- Replicator::dispatchEventCloneEntityField in src/
Replicator.php - Fires events for a single field of a fieldable entity.
File
- src/
Events/ ReplicatorEvents.php, line 26
Class
Namespace
Drupal\replicate\EventsCode
public static function replicateEntityField($field_type) {
return 'replicate__entity_field__' . $field_type;
}