You are here

function payment_entity_bundle_info in Payment 8.2

Implements hook_entity_bundle_info().

File

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

Code

function payment_entity_bundle_info() {
  return \Drupal::service('payment.hook.entity_bundle_info')
    ->invoke();
}