v1/vendor/chi-teck/drupal-code-generator/templates/hook/entity_access.twig

8 lines
246 B
Twig

/**
* Implements hook_entity_access().
*/
function {{ machine_name }}_entity_access(\Drupal\Core\Entity\EntityInterface $entity, $operation, \Drupal\Core\Session\AccountInterface $account) {
// No opinion.
return AccessResult::neutral();
}