You are here

public function ThrobberManagerInterface::RouteIsApplicable in Ajax loader 8

Checks if ajax loader has to be included on current page.

@codingStandardsIgnoreStart

Return value

mixed Return the indicative if Route is Applicable.

1 method overrides ThrobberManagerInterface::RouteIsApplicable()
ThrobberManager::RouteIsApplicable in src/ThrobberManager.php
Function to check if Route is Applicable.

File

src/ThrobberManagerInterface.php, line 58

Class

ThrobberManagerInterface
Interface for the class that gathers the throbber plugins.

Namespace

Drupal\ajax_loader

Code

public function RouteIsApplicable();