public function Breakpoint::__construct in Breakpoints 8
Overrides Drupal\config\ConfigEntityBase::__construct().
Overrides ConfigEntityBase::__construct
File
- lib/
Drupal/ breakpoint/ Breakpoint.php, line 132 - Definition of Drupal\breakpoint\Breakpoint.
Class
- Breakpoint
- Defines the Breakpoint entity.
Namespace
Drupal\breakpointCode
public function __construct(array $values = array(), $entity_type = 'breakpoint') {
parent::__construct($values, $entity_type);
}