Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ResponsiveImageStyle.php

function ResponsiveImageStyle::__construct

Overrides ConfigEntityBase::__construct

File

core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php, line 113

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);
}
RSS feed
Powered by Drupal