You are here

public function TypeSettingsStorage::getMethod in Node Accessibility 8

Get the method string.

Return value

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

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

File

src/TypeSettingsStorage.php, line 384

Class

TypeSettingsStorage
Class TypeSettingsStorage.

Namespace

Drupal\node_accessibility

Code

public function getMethod() {
  return $this->method;
}