Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d8 / hook / ENTITY_TYPE_access.twig
1 /**
2  * Implements hook_ENTITY_TYPE_access().
3  */
4 function {{ machine_name }}_ENTITY_TYPE_access(\Drupal\Core\Entity\EntityInterface $entity, $operation, \Drupal\Core\Session\AccountInterface $account) {
5   // No opinion.
6   return AccessResult::neutral();
7 }