You are here

public function TypeSettingsStorage::getFormatResults in Node Accessibility 8

Get the format results string.

Return value

string|null Node type string is return if assigned. Otherwise NULL is returned.

1 call to TypeSettingsStorage::getFormatResults()
TypeSettingsStorage::toArray in src/TypeSettingsStorage.php
Return current settings as an array.

File

src/TypeSettingsStorage.php, line 406

Class

TypeSettingsStorage
Class TypeSettingsStorage.

Namespace

Drupal\node_accessibility

Code

public function getFormatResults() {
  return $this->formatResults;
}