You are here

24 calls to ControllerBase::redirect() in Drupal 9

AggregatorController::feedRefresh in core/modules/aggregator/src/Controller/AggregatorController.php
Refreshes a feed, then redirects to the overview page.
AggregatorTestRssController::testRedirect in core/modules/aggregator/tests/modules/aggregator_test/src/Controller/AggregatorTestRssController.php
Generates a rest redirect to the test feed.
BlockController::performOperation in core/modules/block/src/Controller/BlockController.php
Calls a method on a block and reloads the listing page.
CommentController::redirectNode in core/modules/comment/src/Controller/CommentController.php
Redirects legacy node links to the new path.
CronController::runManually in core/modules/system/src/CronController.php
Run cron manually.
LocaleController::checkTranslation in core/modules/locale/src/Controller/LocaleController.php
Checks for translation updates and displays the translations status.
MigrateController::showLog in core/modules/migrate_drupal_ui/src/Controller/MigrateController.php
Sets a log filter and redirects to the log.
NodeController::addPage in core/modules/node/src/Controller/NodeController.php
Displays add content links for available content types.
SearchController::performOperation in core/modules/search/src/Controller/SearchController.php
Performs an operation on the search page entity.
SearchController::redirectSearchPage in core/modules/search/src/Controller/SearchController.php
Redirects to a search page.
SearchController::setAsDefault in core/modules/search/src/Controller/SearchController.php
Sets the search page as the default.
ShortcutController::deleteShortcutLinkInline in core/modules/shortcut/src/Controller/ShortcutController.php
Deletes the selected shortcut.
ShortcutSetController::addShortcutLinkInline in core/modules/shortcut/src/Controller/ShortcutSetController.php
Creates a new link in the provided shortcut set.
SystemController::compactPage in core/modules/system/src/Controller/SystemController.php
Sets whether the admin menu is in compact mode or not.
ThemeController::install in core/modules/system/src/Controller/ThemeController.php
Installs a theme.
ThemeController::setDefaultTheme in core/modules/system/src/Controller/ThemeController.php
Set the default theme.
ThemeController::uninstall in core/modules/system/src/Controller/ThemeController.php
Uninstalls a theme.
UserController::confirmCancel in core/modules/user/src/Controller/UserController.php
Confirms cancelling a user account via an email link.
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::resetPassLogin in core/modules/user/src/Controller/UserController.php
Validates user, hash, and timestamp; logs the user in if correct.
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.
ViewsUIController::ajaxOperation in core/modules/views_ui/src/Controller/ViewsUIController.php
Calls a method on a view and reloads the listing page.