You are here

public function BlockEntityOffCanvasFormRouteProcessorBC::__construct in Drupal 8

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;
}