You are here

public function TablesViews::__construct in Views Custom Table 8

Same name and namespace in other branches
  1. 9.0.x src/Controller/TablesViews.php \Drupal\view_custom_table\Controller\TablesViews::__construct()

TablesViews class constructor.

Parameters

\Drupal\Core\Entity\EntityTypeManager $entityManager: EntityTypeManager.

File

src/Controller/TablesViews.php, line 28

Class

TablesViews
Defines TablesViews class.

Namespace

Drupal\view_custom_table\Controller

Code

public function __construct(EntityTypeManager $entityManager) {
  $this->entityManager = $entityManager;
}