public function TokenTreeBrowseController::__construct in Token 8
The construct method.
Parameters
\Drupal\token\TokenInterface $token: The token.
File
- tests/
modules/ token_module_test/ src/ Controller/ TokenTreeBrowseController.php, line 28
Class
- TokenTreeBrowseController
- Controller for token module test.
Namespace
Drupal\token_module_test\ControllerCode
public function __construct(TokenInterface $token) {
$this->token = $token;
}