You are here

public function TypeGroupListBuilder::__construct in Booking and Availability Management Tools for Drupal 8

Constructs a new UnitListBuilder object.

Parameters

\Drupal\Core\Entity\EntityTypeInterface $entity_type: The entity type definition.

\Drupal\Core\Entity\EntityStorageInterface $storage: The entity storage class.

Overrides EntityListBuilder::__construct

File

src/TypeGroupListBuilder.php, line 33
Contains \Drupal\bat\TypeGroupListBuilder.

Class

TypeGroupListBuilder
Defines a class to build a listing of Type Group entities.

Namespace

Drupal\bat

Code

public function __construct(EntityTypeInterface $entity_type, EntityStorageInterface $storage) {
  parent::__construct($entity_type, $storage);
}