You are here

public function ThrobberManagerInterface::getThrobberOptionList in Ajax loader 8

Get an options list suitable for form elements for throbber selection.

Return value

array An array of options keyed by plugin ID with label values.

1 method overrides ThrobberManagerInterface::getThrobberOptionList()
ThrobberManager::getThrobberOptionList in src/ThrobberManager.php
Get an options list suitable for form elements for throbber selection.

File

src/ThrobberManagerInterface.php, line 29

Class

ThrobberManagerInterface
Interface for the class that gathers the throbber plugins.

Namespace

Drupal\ajax_loader

Code

public function getThrobberOptionList();