public function BookingListBuilder::__construct in Booking and Availability Management Tools for Drupal 8
Constructs a new BookingListBuilder 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_booking/ src/ BookingListBuilder.php, line 32 - Contains \Drupal\bat_booking\BookingListBuilder.
Class
- BookingListBuilder
- Defines a class to build a listing of Unit entities.
Namespace
Drupal\bat_bookingCode
public function __construct(EntityTypeInterface $entity_type, EntityStorageInterface $storage) {
parent::__construct($entity_type, $storage);
}