protected ContentEntityStorageBase::invokeFieldPostSave(ContentEntityInterface $entity, $update)
Invokes the post save method on the Field objects within an entity.
Parameters
\Drupal\Core\Entity\ContentEntityInterface $entity: The entity object.
bool $update: Specifies whether the entity is being updated or created.
File
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php, line 484
Class
ContentEntityStorageBase Base class for content entity storage handlers.
Namespace
Drupal\Cor