18 calls to Drupal::routeMatch() in Zircon Profile 8
- batch_process in core/
includes/ form.inc - Processes the batch.
- 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().
- ConfigTranslationFormTest::testConfigTranslationFormAlter in core/
modules/ config_translation/ src/ Tests/ ConfigTranslationFormTest.php - Tests altering of the configuration translation forms.
- content_translation_page_attachments in core/
modules/ content_translation/ content_translation.module - Implements hook_page_attachments().
- FormBase::getRouteMatch in core/
lib/ Drupal/ Core/ Form/ FormBase.php - Gets the route match.
- hook_entity_presave in core/
lib/ Drupal/ Core/ Entity/ entity.api.php - Act on an entity before it is created or updated.
- hook_ENTITY_TYPE_presave in core/
lib/ Drupal/ Core/ Entity/ entity.api.php - Act on a specific type of entity before it is created or updated.
- node_is_page in core/
modules/ node/ node.module - Checks whether the current page is the full page view of the passed-in node.
- node_page_top in core/
modules/ node/ node.module - Implements hook_page_top().
- shortcut_preprocess_page_title in core/
modules/ shortcut/ shortcut.module - Implements hook_preprocess_HOOK() for page title templates.
- taxonomy_page_attachments_alter in core/
modules/ taxonomy/ taxonomy.module - Implements hook_page_attachments_alter().
- ThemeManager::initTheme in core/
lib/ Drupal/ Core/ Theme/ ThemeManager.php - Initializes the active theme for a given route match.
- tour_page_bottom in core/
modules/ tour/ tour.module - Implements hook_page_bottom().
- update_page_top in core/
modules/ update/ update.module - Implements hook_page_top().
- ViewUI::getStandardButtons in core/
modules/ views_ui/ src/ ViewUI.php - Provide a standard set of Apply/Cancel/OK buttons for the forms. Also provide a hidden op operator because the forms plugin doesn't seem to properly provide which button was clicked.
- _batch_test_title_callback in core/
modules/ system/ tests/ modules/ batch_test/ batch_test.module - Tests the title on the progress page by performing a batch callback.