You are here

public function AliasTypeInterface::getTokenTypes in View Mode Page 8.3

Same name and namespace in other branches
  1. 4.0.x src/AliasTypeInterface.php \Drupal\view_mode_page\AliasTypeInterface::getTokenTypes()
  2. 3.2.x src/AliasTypeInterface.php \Drupal\view_mode_page\AliasTypeInterface::getTokenTypes()

Get the token types.

Return value

string[] The token types.

1 method overrides AliasTypeInterface::getTokenTypes()
EntityAliasTypeBase::getTokenTypes in src/Plugin/view_mode_page/AliasType/EntityAliasTypeBase.php
Get the token types.

File

src/AliasTypeInterface.php, line 27

Class

AliasTypeInterface
Provides an interface for view_mode_page alias types.

Namespace

Drupal\view_mode_page

Code

public function getTokenTypes();