public function ProviderManagerInterface::loadDefinitionsFromOptionList in Video 8
Same name and namespace in other branches
- 8.2 src/ProviderManagerInterface.php \Drupal\video\ProviderManagerInterface::loadDefinitionsFromOptionList()
Load the provider plugin definitions from a FAPI options list value.
Parameters
array $options: An array of options from a form API submission.
Return value
array
1 method overrides ProviderManagerInterface::loadDefinitionsFromOptionList()
- ProviderManager::loadDefinitionsFromOptionList in src/
ProviderManager.php - Load the provider plugin definitions from a FAPI options list value.
File
- src/
ProviderManagerInterface.php, line 26
Class
- ProviderManagerInterface
- Interface for the class that gathers the provider plugins.
Namespace
Drupal\videoCode
public function loadDefinitionsFromOptionList($options);