You are here

public function TypeSettingsStorage::getNodeType in Node Accessibility 8

Get the node type string.

Return value

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

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

File

src/TypeSettingsStorage.php, line 362

Class

TypeSettingsStorage
Class TypeSettingsStorage.

Namespace

Drupal\node_accessibility

Code

public function getNodeType() {
  return $this->nodeType;
}