You are here

public function AdvancedHelpManager::getSettings in Advanced Help 8

Returns advanced help settings.

@todo check visibility of the method.

File

src/AdvancedHelpManager.php, line 113

Class

AdvancedHelpManager
AdvancedHelp plugin manager.

Namespace

Drupal\advanced_help

Code

public function getSettings() {
  $ini = $this
    ->parseHelp();
  return $ini['settings'];
}