You are here

public function ActivityListBuilder::__construct in CRM Core 8

Same name and namespace in other branches
  1. 8.2 modules/crm_core_activity/src/ActivityListBuilder.php \Drupal\crm_core_activity\ActivityListBuilder::__construct()

Constructs a new NodeListBuilder 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/crm_core_activity/src/ActivityListBuilder.php, line 24

Class

ActivityListBuilder
Activity List Builder.

Namespace

Drupal\crm_core_activity

Code

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