You are here

public function NodeTypeConfigHandler::__construct in Node expire 7.2

Constructs a NodeTypeConfigHandler object.

Parameters

string $node_type: Node type.

File

src/Module/Config/NodeTypeConfigHandler.php, line 38
NodeTypeConfigHandler class.

Class

NodeTypeConfigHandler
NodeTypeConfigHandler class.

Namespace

Drupal\node_expire\Module\Config

Code

public function __construct($node_type) {
  $this->nodeType = $node_type;
  $this
    ->loadConfig();
}