if I want to find out if my php hook is being called as part of entity creation I do $entity->isNew();
But how do I differentiate if the entity is being edited with the 'Edit' button or by updating a single field?
But how do I differentiate if the entity is being edited with the 'Edit' button or by updating a single field?
Comment