function Drupal::routeMatch

Same name in other branches
  1. 9 core/lib/Drupal.php \Drupal::routeMatch()
  2. 8.9.x core/lib/Drupal.php \Drupal::routeMatch()
  3. 11.x core/lib/Drupal.php \Drupal::routeMatch()

Retrieves the currently active route match object.

Return value

\Drupal\Core\Routing\RouteMatchInterface The currently active route match object.

20 calls to Drupal::routeMatch()
BulkForm::__construct in core/modules/views/src/Plugin/views/field/BulkForm.php
Constructs a new BulkForm object.
comment_form_field_ui_display_overview_form_alter in core/modules/comment/comment.module
Implements hook_form_FORM_ID_alter().
comment_form_field_ui_field_storage_add_form_alter in core/modules/comment/comment.module
Implements hook_form_FORM_ID_alter() for field_ui_field_storage_add_form.
comment_form_field_ui_form_display_overview_form_alter in core/modules/comment/comment.module
Implements hook_form_FORM_ID_alter().
CommonTestController::attachments in core/modules/system/tests/modules/common_test/src/Controller/CommonTestController.php
Returns a response with early rendering in common_test_page_attachments.

... See full list

File

core/lib/Drupal.php, line 288

Class

Drupal
Static Service Container wrapper.

Code

public static function routeMatch() {
    return static::getContainer()->get('current_route_match');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.