You are here

public function ResponsiveImageStyleForm::__construct in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/responsive_image/src/ResponsiveImageStyleForm.php \Drupal\responsive_image\ResponsiveImageStyleForm::__construct()

Constructs the responsive image style form.

Parameters

\Drupal\breakpoint\BreakpointManagerInterface $breakpoint_manager: The breakpoint manager.

File

core/modules/responsive_image/src/ResponsiveImageStyleForm.php, line 40

Class

ResponsiveImageStyleForm
Form controller for the responsive image edit/add forms.

Namespace

Drupal\responsive_image

Code

public function __construct(BreakpointManagerInterface $breakpoint_manager) {
  $this->breakpointManager = $breakpoint_manager;
}