MigrateValidatableEntityInterface
interface MigrateValidatableEntityInterface (View source)
To implement by a destination plugin that should provide entity validation.
Methods
bool
isEntityValidationRequired(FieldableEntityInterface $entity)
Returns a state of whether an entity needs to be validated before saving.
Details
bool
isEntityValidationRequired(FieldableEntityInterface $entity)
Returns a state of whether an entity needs to be validated before saving.
validateEntity(FieldableEntityInterface $entity)
Validates the entity.