You are here

public function BlazySettings::storage in Blazy 8.2

Returns the whole array.

File

src/BlazySettings.php, line 62

Class

BlazySettings
Provides settings object.

Namespace

Drupal\blazy

Code

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