You are here

function payment_entity_update in Payment 8.2

Implements hook_entity_update().

File

./payment.module, line 34
Contains hook implementations.

Code

function payment_entity_update(EntityInterface $entity) {
  return \Drupal::service('payment.hook.entity_crud')
    ->invoke($entity);
}