$entity->touch();
}
- $entity->rebuildPermissions();
$entity->indexForSearch();
$this->referenceStore->updateForEntity($entity);
/**
* Sort the parent of the given entity, if any auto sort actions are set for it.
- * Typical ran during create/update/insert events.
+ * Typically ran during create/update/insert events.
*/
public function sortParent(Entity $entity): void
{