You are here

public function TokenCustomInterface::getRawContent in Custom Tokens 8

Get unformatted content.

Return value

string Content.

1 method overrides TokenCustomInterface::getRawContent()
TokenCustom::getRawContent in src/Entity/TokenCustom.php
Get unformatted content.

File

src/TokenCustomInterface.php, line 26

Class

TokenCustomInterface
Provides an interface defining a custom token entity.

Namespace

Drupal\token_custom

Code

public function getRawContent();