You are here

public function TokenProcessor::getTokens in Lightweight Directory Access Protocol (LDAP) 8.4

Get Tokens.

Convenience helper for ServerTestForm.

Return value

array Tokens.

File

ldap_servers/src/Processor/TokenProcessor.php, line 189

Class

TokenProcessor
Helper to manage LDAP tokens and process their content.

Namespace

Drupal\ldap_servers\Processor

Code

public function getTokens() : array {
  return $this->tokens;
}