You are here

28 calls to ControllerBase::currentUser() in Drupal 10

CommentController::getReplyForm in core/modules/comment/src/Controller/CommentController.php
Form constructor for the comment reply form.
CommentController::renderNewCommentsNodeLinks in core/modules/comment/src/Controller/CommentController.php
Returns a set of nodes' last read timestamps.
CommentController::replyFormAccess in core/modules/comment/src/Controller/CommentController.php
Access check for the reply form.
ContactController::contactSitePage in core/modules/contact/src/Controller/ContactController.php
Presents the site-wide contact form.
ContentTranslationController::overview in core/modules/content_translation/src/Controller/ContentTranslationController.php
Builds the translations overview page.
ContentTranslationController::prepareTranslation in core/modules/content_translation/src/Controller/ContentTranslationController.php
Populates target values with the source values.
DbUpdateController::selection in core/modules/system/src/Controller/DbUpdateController.php
Renders a list of available database updates.
FormTestController::twoFormInstances in core/modules/system/tests/modules/form_test/src/Controller/FormTestController.php
Returns two instances of the node form.
ForumController::buildActionLinks in core/modules/forum/src/Controller/ForumController.php
Generates an action link to display at the top of the forum listing.
ForumController::forumPage in core/modules/forum/src/Controller/ForumController.php
Returns forum page for a given forum.
HelpController::helpMain in core/modules/help/src/Controller/HelpController.php
Prints a page listing various types of help.
HistoryController::getNodeReadTimestamps in core/modules/history/src/Controller/HistoryController.php
Returns a set of nodes' last read timestamps.
HistoryController::readNode in core/modules/history/src/Controller/HistoryController.php
Marks a node as read by the current user right now.
NodeController::revisionShow in core/modules/node/src/Controller/NodeController.php
Displays a node revision.
SessionTestController::getSession in core/modules/system/tests/modules/session_test/src/Controller/SessionTestController.php
Returns the values stored in the active session and the user ID.
SessionTestController::setSession in core/modules/system/tests/modules/session_test/src/Controller/SessionTestController.php
Sets a test value on the session.
SystemController::overview in core/modules/system/src/Controller/SystemController.php
Provide the administration overview page.
SystemController::themesPage in core/modules/system/src/Controller/SystemController.php
Returns a theme listing which excludes obsolete themes.
TestContent::test11 in core/modules/system/tests/modules/router_test_directory/src/TestContent.php
Provides example content for route specific authentication.
TestContent::testAccount in core/modules/system/tests/modules/router_test_directory/src/TestContent.php
ToolbarController::checkSubTreeAccess in core/modules/toolbar/src/Controller/ToolbarController.php
Checks access for the subtree controller.
TrackerController::buildContent in core/modules/tracker/src/Controller/TrackerController.php
Builds content for the tracker controllers.
UpdateScriptTestController::databaseUpdatesMenuItem in core/modules/system/tests/modules/update_script_test/src/Controller/UpdateScriptTestController.php
Outputs a link to the database updates URL.
UserAuthenticationController::loginStatus in core/modules/user/src/Controller/UserAuthenticationController.php
Checks whether a user is logged in or not.
UserController::logout in core/modules/user/src/Controller/UserController.php
Logs the current user out.
UserController::resetPass in core/modules/user/src/Controller/UserController.php
Redirects to the user password reset form.
UserController::userEditPage in core/modules/user/src/Controller/UserController.php
Redirects users to their profile edit page.
UserController::userPage in core/modules/user/src/Controller/UserController.php
Redirects users to their profile page.