Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. KernelEvents.php

KernelEvents::CONTROLLER_ARGUMENTS

The CONTROLLER_ARGUMENTS event occurs once controller arguments have been resolved.

This event allows you to change the arguments that will be passed to the controller.

Plugin annotation

@Event("Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent");

File

vendor/symfony/http-kernel/KernelEvents.php, line 70

Class

KernelEvents
Contains all events thrown in the HttpKernel component.

Namespace

Symfony\Component\HttpKernel

Code

public const CONTROLLER_ARGUMENTS = 'kernel.controller_arguments';

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal