You are here

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

Constructs a new StateListBuilder 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

modules/bat_event/src/StateListBuilder.php, line 33
Contains \Drupal\bat_event\StateListBuilder.

Class

StateListBuilder
Provides a listing of State entities.

Namespace

Drupal\bat_event

Code

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