You are here

function hook_log_access in Log entity 8

Parameters

\Drupal\log\LogInterface $log:

$op:

\Drupal\Core\Session\AccountInterface $account:

1 function implements hook_log_access()

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

log_log_access in ./log.module
Implements hook_log_access().

File

./log.api.php, line 8

Code

function hook_log_access(\Drupal\log\LogInterface $log, $op, \Drupal\Core\Session\AccountInterface $account) {

  // Example.
}