function BlockEntityOffCanvasFormRouteProcessorBC::__construct

Constructs a BlockEntityOffCanvasFormRouteProcessorBC object.

Parameters

\Drupal\Core\Routing\RouteProviderInterface $route_provider: The route provider.

File

core/modules/settings_tray/src/RouteProcessor/BlockEntityOffCanvasFormRouteProcessorBC.php, line 30

Class

BlockEntityOffCanvasFormRouteProcessorBC
Processes the Block entity off-canvas form BC route.

Namespace

Drupal\settings_tray\RouteProcessor

Code

public function __construct(RouteProviderInterface $route_provider) {
    $this->routeProvider = $route_provider;
}

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