function hook_log_create_access in Log entity 8
Parameters
\Drupal\Core\Session\AccountInterface $account:
array $context:
null $entity_bundle:
1 function implements hook_log_create_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_create_access in ./
log.module - Implements hook_log_create_access().
File
- ./
log.api.php, line 17
Code
function hook_log_create_access(\Drupal\Core\Session\AccountInterface $account, $context = array(), $entity_bundle = NULL) {
// Example.
}