You are here

public function TypeSettingsStorage::getEnabled in Node Accessibility 8

Get the enabled string.

Return value

string|null Enabled string is returned if assigned. Otherwise NULL is returned.

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

File

src/TypeSettingsStorage.php, line 373

Class

TypeSettingsStorage
Class TypeSettingsStorage.

Namespace

Drupal\node_accessibility

Code

public function getEnabled() {
  return $this->enabled;
}