Answers for "drupal 8 group hook_entity_access"

0

drupal 8 group hook_entity_access

function hook_entity_access(\Drupal\Core\Entity\EntityInterface $entity, $operation, \Drupal\Core\Session\AccountInterface $account) {

  // No opinion.
  return AccessResult::neutral();
}
Posted by: Guest on October-14-2020

Browse Popular Code Answers by Language