You are here

public function ProviderManagerInterface::loadDefinitionsFromOptionList in Video Embed Field 8

Same name and namespace in other branches
  1. 8.2 src/ProviderManagerInterface.php \Drupal\video_embed_field\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 An array of plugin definitions.

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 27

Class

ProviderManagerInterface
Interface for the class that gathers the provider plugins.

Namespace

Drupal\video_embed_field

Code

public function loadDefinitionsFromOptionList($options);