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