You are here

public function TypeSettingsStorage::getFormatContent in Node Accessibility 8

Get the format content string.

Return value

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

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

File

src/TypeSettingsStorage.php, line 395

Class

TypeSettingsStorage
Class TypeSettingsStorage.

Namespace

Drupal\node_accessibility

Code

public function getFormatContent() {
  return $this->formatContent;
}