/** * Implements hook_entity_create_access(). */ function {{ machine_name }}_entity_create_access(\Drupal\Core\Session\AccountInterface $account, array $context, $entity_bundle) { // No opinion. return AccessResult::neutral(); }