function ResponsiveImageStyleForm::__construct
Same name in other branches
- 9 core/modules/responsive_image/src/ResponsiveImageStyleForm.php \Drupal\responsive_image\ResponsiveImageStyleForm::__construct()
- 10 core/modules/responsive_image/src/ResponsiveImageStyleForm.php \Drupal\responsive_image\ResponsiveImageStyleForm::__construct()
- 11.x 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_imageCode
public function __construct(BreakpointManagerInterface $breakpoint_manager) {
$this->breakpointManager = $breakpoint_manager;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.