constant YamlContentEvents::IMPORT_FIELD in YAML Content 8
Same name and namespace in other branches
- 8.2 src/Event/YamlContentEvents.php \Drupal\yaml_content\Event\YamlContentEvents::IMPORT_FIELD
Name of the event fired before entity field data is imported and assigned.
This event allows modules to perform an action whenever field data is about to be interpreted and populated into an entity field. The event listener receives a \Drupal\yaml_content\Event\FieldImportEvent instance.
See also
\Drupal\yaml_content\Event\FieldImportEvent
File
- src/
Event/ YamlContentEvents.php, line 81
Class
- YamlContentEvents
- Defines events for the YAML Content framework.
Namespace
Drupal\yaml_content\EventCode
const IMPORT_FIELD = 'yaml_content.import.import_field';