You are here

public function TypeSettingsStorage::getFormatTitleResults in Node Accessibility 8

Get the format title results string.

Return value

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

File

src/TypeSettingsStorage.php, line 417

Class

TypeSettingsStorage
Class TypeSettingsStorage.

Namespace

Drupal\node_accessibility

Code

public function getFormatTitleResults() {
  return $this->formatTitleResults;
}