8 methods override ContentEntityBase::preSave() in Drupal 8
- Comment::preSave in core/
modules/ comment/ src/ Entity/ Comment.php - Acts on an entity before the presave hook is invoked.
- File::preSave in core/
modules/ file/ src/ Entity/ File.php - Acts on an entity before the presave hook is invoked.
- Media::preSave in core/
modules/ media/ src/ Entity/ Media.php - Acts on an entity before the presave hook is invoked.
- MenuLinkContent::preSave in core/
modules/ menu_link_content/ src/ Entity/ MenuLinkContent.php - Acts on an entity before the presave hook is invoked.
- Node::preSave in core/
modules/ node/ src/ Entity/ Node.php - Acts on an entity before the presave hook is invoked.
- PathAlias::preSave in core/
modules/ path_alias/ src/ Entity/ PathAlias.php - Acts on an entity before the presave hook is invoked.
- Term::preSave in core/
modules/ taxonomy/ src/ Entity/ Term.php - Acts on an entity before the presave hook is invoked.
- User::preSave in core/
modules/ user/ src/ Entity/ User.php - Acts on an entity before the presave hook is invoked.