You are here

public function ViewModesInventoryFactory::__construct in View Modes Inventory - Bootstrap Ready 8

Same name and namespace in other branches
  1. 8.2 src/ViewModesInventoryFactory.php \Drupal\vmi\ViewModesInventoryFactory::__construct()

Constructs a Drupal\vmi\ViewModesInventoryFactory object.

File

src/ViewModesInventoryFactory.php, line 15

Class

ViewModesInventoryFactory
View Modes Inventory Factory.

Namespace

Drupal\vmi

Code

public function __construct() {
  parent::__construct();
}