Skip to content
Snippets Groups Projects

Resolve #2707689 "Nodeformactions checks for"

1 unresolved thread

Closes #2707689

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
101 101 $this->moduleHandler()->invokeAll($entity->getEntityTypeId() . '_access', [$entity, $operation, $account])
102 102 );
103 103
104 // You cannot delete an unsaved entity.
105 $set_cache = TRUE;
106 if ($operation === 'delete' && $entity && $entity->isNew()) {
Please register or sign in to reply
Loading