You are here

function hook_payment_view_alter in Payment 7

Alter the results of entity_view('payment', ...).

Parameters

$build: A renderable array representing the payment content.

1 function implements hook_payment_view_alter()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

payment_test_payment_view_alter in tests/payment_test/payment_test.module
Implements hook_payment_view_alter().
1 invocation of hook_payment_view_alter()
PaymentEntityController::view in ./payment.classes.inc
Implements EntityAPIControllerInterface.

File

./payment.api.php, line 208
Hook documentation.

Code

function hook_payment_view_alter(&$build) {
}