You are here

public function TokenType::getNeedsData in Hook Event Dispatcher 8

Getter.

Return value

string|null The needs data property.

File

src/Value/TokenType.php, line 129

Class

TokenType
Token ValueObject.

Namespace

Drupal\hook_event_dispatcher\Value

Code

public function getNeedsData() {
  return $this->needsData;
}