function FileExampleStateHelper::__construct

Constructs a new FileExampleHelper object.

Parameters

\Drupal\Core\State\StateInterface $state: The state.

File

modules/file_example/src/FileExampleStateHelper.php, line 22

Class

FileExampleStateHelper
A state helper class for the file_example module.

Namespace

Drupal\file_example

Code

public function __construct(StateInterface $state) {
}