You are here

12 calls to SqlContentEntityStorage::getDataTable() in Drupal 10

CommentStorage::getChildCids in core/modules/comment/src/CommentStorage.php
Gets the comment ids of the passed comment entities' children.
CommentStorage::getDisplayOrdinal in core/modules/comment/src/CommentStorage.php
Gets the display ordinal or page number for a comment.
CommentStorage::getMaxThread in core/modules/comment/src/CommentStorage.php
Gets the maximum encoded thread value for the top level comments.
CommentStorage::getMaxThreadPerThread in core/modules/comment/src/CommentStorage.php
Gets the maximum encoded thread value for the children of this comment.
CommentStorage::getNewCommentPageNumber in core/modules/comment/src/CommentStorage.php
Calculates the page number for the first new comment.
CommentStorage::getUnapprovedCount in core/modules/comment/src/CommentStorage.php
Returns the number of unapproved comments.
CommentStorage::loadThread in core/modules/comment/src/CommentStorage.php
To display threaded comments in the correct order we keep a 'thread' field and order by that value. This field keeps this data in a way which is easy to update and convenient to use.
TermStorage::getNodeTerms in core/modules/taxonomy/src/TermStorage.php
Returns all terms used to tag some given nodes.
TermStorage::loadTree in core/modules/taxonomy/src/TermStorage.php
Finds all terms in a given vocabulary ID.
TermStorage::resetWeights in core/modules/taxonomy/src/TermStorage.php
Reset the weights for a given vocabulary ID.
UserStorage::updateLastAccessTimestamp in core/modules/user/src/UserStorage.php
Update the last access timestamp of the user.
UserStorage::updateLastLoginTimestamp in core/modules/user/src/UserStorage.php
Update the last login timestamp of the user.