You are here

protected property FormController::$controllerResolver in Drupal 8

The controller resolver.

Type: \Drupal\Core\Controller\ControllerResolverInterface

Deprecated

Deprecated property that is only assigned when the 'controller_resolver' service is used as the first parameter to FormController::__construct().

See also

https://www.drupal.org/node/2959408

\Drupal\Core\Controller\FormController::__construct()

File

core/lib/Drupal/Core/Controller/FormController.php, line 37

Class

FormController
Common base class for form interstitial controllers.

Namespace

Drupal\Core\Controller

Code

protected $controllerResolver;