You are here

public function LazyInterface::getSettings in Lazy-load 8.3

Get Lazy module settings.

Return value

array Settings array.

1 method overrides LazyInterface::getSettings()
Lazy::getSettings in src/Lazy.php
Get Lazy module settings.

File

src/LazyInterface.php, line 16

Class

LazyInterface
Interface for Lazy-load service.

Namespace

Drupal\lazy

Code

public function getSettings() : array;