You are here

public function ThrobberManagerInterface::getDefinition in Ajax loader 8

Returns the definition of a plugin by a given plugin ID.

Parameters

string $plugin_id: String with plugin id.

mixed $exception_on_invalid: Exception on invalid.

Return value

mixed Return Definition.

File

src/ThrobberManagerInterface.php, line 21

Class

ThrobberManagerInterface
Interface for the class that gathers the throbber plugins.

Namespace

Drupal\ajax_loader

Code

public function getDefinition($plugin_id, $exception_on_invalid);