You are here

public function LazyInterface::isPathAllowed in Lazy-load 8.3

Is lazy-loading allowed for current path?

Return value

bool Returns TRUE if lazy-loading is allowed for current path.

1 method overrides LazyInterface::isPathAllowed()
Lazy::isPathAllowed in src/Lazy.php
Is lazy-loading allowed for current path?

File

src/LazyInterface.php, line 44

Class

LazyInterface
Interface for Lazy-load service.

Namespace

Drupal\lazy

Code

public function isPathAllowed() : bool;