11 calls to ContentEntityBase::id() in Zircon Profile 8
- Comment::permalink in core/
modules/ comment/ src/ Entity/ Comment.php - Returns the permalink URL for this comment.
- ContentEntityBase::hasTranslationChanges in core/
lib/ Drupal/ Core/ Entity/ ContentEntityBase.php - Determines if the current translation of the entity has unsaved changes.
- MenuLinkContent::getPluginDefinition in core/
modules/ menu_link_content/ src/ Entity/ MenuLinkContent.php - Builds up the menu link plugin definition for this entity.
- Node::postSave in core/
modules/ node/ src/ Entity/ Node.php - Acts on a saved entity before the insert or update hook is invoked.
- Term::postSave in core/
modules/ taxonomy/ src/ Entity/ Term.php - Acts on a saved entity before the insert or update hook is invoked.
- User::hasPermission in core/
modules/ user/ src/ Entity/ User.php - Checks whether a user has a certain permission.
- User::isAnonymous in core/
modules/ user/ src/ Entity/ User.php - Returns TRUE if the account is anonymous.
- User::isAuthenticated in core/
modules/ user/ src/ Entity/ User.php - Returns TRUE if the account is authenticated.
- User::isNew in core/
modules/ user/ src/ Entity/ User.php - Determines whether the entity is new.
- User::postSave in core/
modules/ user/ src/ Entity/ User.php - Acts on a saved entity before the insert or update hook is invoked.
- User::preSave in core/
modules/ user/ src/ Entity/ User.php - Acts on an entity before the presave hook is invoked.