You are here

public static function FasttoggleController::getConfig in Fasttoggle 8.2

Get Fasttoggle config.

Return value

array Fasttoggle configuration array.

1 call to FasttoggleController::getConfig()
user::mayEditEntity in src/Plugin/SettingObject/user.php
Access.

File

src/Controller/FasttoggleController.php, line 52

Class

FasttoggleController
Route controller for Fasttoggle.

Namespace

Drupal\fasttoggle\Controller

Code

public static function getConfig() {
  return \Drupal::config('fasttoggle.settings');
}