public ResponsiveImageStyle::__construct(array $values, $entity_type_id = 'responsive_image_style')
Constructs an Entity object.
Parameters
array $values: An array of values to set, keyed by property name. If the entity type has bundles, the bundle key has to be specified.
string $entity_type: The type of the entity to create.
Overrides ConfigEntityBase::__construct
File
- core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php, line 95
Class
- ResponsiveImageStyle
- Defines the responsive image style entity.
Namespace
Drupal\responsive_image\Entity
Code
public function __construct(array $values, $entity_type_id = 'responsive_image_style') { parent::__construct($values, $entity_type_id); }
Please login to continue.