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
Namespace
Drupal\ip_rangesCode
public function __construct(EntityTypeInterface $entity_type, EntityStorageInterface $storage) {
parent::__construct($entity_type, $storage);
}