You are here

public function IPRangesListBuilder::__construct in IP Ranges 8

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

lib/Drupal/ip_ranges/IPRangesListBuilder.php, line 20

Class

IPRangesListBuilder

Namespace

Drupal\ip_ranges

Code

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