public function ProviderManagerInterface::loadDefinitionFromInput in Video Embed Field 8
Same name and namespace in other branches
- 8.2 src/ProviderManagerInterface.php \Drupal\video_embed_field\ProviderManagerInterface::loadDefinitionFromInput()
Load a plugin definition from an input.
Parameters
string $input: An input string.
Return value
array A plugin definition.
1 method overrides ProviderManagerInterface::loadDefinitionFromInput()
- ProviderManager::loadDefinitionFromInput in src/
ProviderManager.php - Load a plugin definition from an input.
File
- src/
ProviderManagerInterface.php, line 62
Class
- ProviderManagerInterface
- Interface for the class that gathers the provider plugins.
Namespace
Drupal\video_embed_fieldCode
public function loadDefinitionFromInput($input);