You are here

public function ThrobberManagerInterface::loadThrobberInstance in Ajax loader 8

Loads an instance of a plugin by given plugin id.

Parameters

string $plugin_id: String with plugin id.

Return value

object Return object with Throbber.

1 method overrides ThrobberManagerInterface::loadThrobberInstance()
ThrobberManager::loadThrobberInstance in src/ThrobberManager.php
Loads an instance of a plugin by given plugin id.

File

src/ThrobberManagerInterface.php, line 40

Class

ThrobberManagerInterface
Interface for the class that gathers the throbber plugins.

Namespace

Drupal\ajax_loader

Code

public function loadThrobberInstance($plugin_id);