You are here

public function TypeSettingsStorage::getStandards in Node Accessibility 8

Get the standards array.

Return value

array Standards array is returned.

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

File

src/TypeSettingsStorage.php, line 438

Class

TypeSettingsStorage
Class TypeSettingsStorage.

Namespace

Drupal\node_accessibility

Code

public function getStandards() {
  return $this->standards;
}