You are here

public function ProviderManagerInterface::loadDefinitionsFromOptionList in Video 8

Same name and namespace in other branches
  1. 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\video

Code

public function loadDefinitionsFromOptionList($options);