You are here

7 calls to ContentEntityBase::get() in Drupal 9

Comment::getThread in core/modules/comment/src/Entity/Comment.php
Returns the alphadecimal representation of the comment's place in a thread.
ContentEntityBase::getFields in core/lib/Drupal/Core/Entity/ContentEntityBase.php
Gets an array of all field item lists.
ContentEntityBase::getTranslatableFields in core/lib/Drupal/Core/Entity/ContentEntityBase.php
Gets an array of field item lists for translatable fields.
ContentEntityBase::onChange in core/lib/Drupal/Core/Entity/ContentEntityBase.php
Reacts to changes to a field.
ContentEntityBase::setDefaultLangcode in core/lib/Drupal/Core/Entity/ContentEntityBase.php
Populates the local cache for the default language code.
User::getRoles in core/modules/user/src/Entity/User.php
Returns a list of roles.
User::preSave in core/modules/user/src/Entity/User.php
Acts on an entity before the presave hook is invoked.