17 calls to ControllerBase::config() in Drupal 10
- BlockListController::listing in core/
modules/ block/ src/ Controller/ BlockListController.php - Shows the block administration page.
- ContactController::contactSitePage in core/
modules/ contact/ src/ Controller/ ContactController.php - Presents the site-wide contact form.
- ForumController::addContainer in core/
modules/ forum/ src/ Controller/ ForumController.php - Returns add container entity form.
- ForumController::addForum in core/
modules/ forum/ src/ Controller/ ForumController.php - Returns add forum entity form.
- ForumController::build in core/
modules/ forum/ src/ Controller/ ForumController.php - Returns a renderable forum index page array.
- ForumController::forumIndex in core/
modules/ forum/ src/ Controller/ ForumController.php - Returns forum index page.
- ForumController::forumPage in core/
modules/ forum/ src/ Controller/ ForumController.php - Returns forum page for a given forum.
- SearchController::view in core/
modules/ search/ src/ Controller/ SearchController.php - Creates a render array for the search page.
- SystemController::themesPage in core/
modules/ system/ src/ Controller/ SystemController.php - Returns a theme listing which excludes obsolete themes.
- ThemeController::uninstall in core/
modules/ system/ src/ Controller/ ThemeController.php - Uninstalls a theme.
- UpdateTestController::updateTest in core/
modules/ update/ tests/ modules/ update_test/ src/ Controller/ UpdateTestController.php - Page callback: Prints mock XML for the Update Manager module.
- UserAuthenticationController::floodControl in core/
modules/ user/ src/ Controller/ UserAuthenticationController.php - Enforces flood control for the current login request.
- UserAuthenticationController::getLoginFloodIdentifier in core/
modules/ user/ src/ Controller/ UserAuthenticationController.php - Gets the login identifier for user login flood control.
- UserAuthenticationController::login in core/
modules/ user/ src/ Controller/ UserAuthenticationController.php - Logs in a user.
- UserController::confirmCancel in core/
modules/ user/ src/ Controller/ UserController.php - Confirms cancelling a user account via an email link.
- UserController::getResetPassForm in core/
modules/ user/ src/ Controller/ UserController.php - Returns 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.