You are here

public static function TokenHandler::create in EVA: Entity Views Attachment 8.2

File

src/TokenHandler.php, line 33

Class

TokenHandler
Token handling service.

Namespace

Drupal\eva

Code

public static function create(ContainerInterface $container) {
  return new static($container
    ->get('token'));
}