You are here

public function ProviderManagerInterface::getProvidersOptionList in Video Embed Field 8.2

Same name and namespace in other branches
  1. 8 src/ProviderManagerInterface.php \Drupal\video_embed_field\ProviderManagerInterface::getProvidersOptionList()

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

Return value

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

1 method overrides ProviderManagerInterface::getProvidersOptionList()
ProviderManager::getProvidersOptionList in src/ProviderManager.php
Get an options list suitable for form elements for provider selection.

File

src/ProviderManagerInterface.php, line 16

Class

ProviderManagerInterface
Interface for the class that gathers the provider plugins.

Namespace

Drupal\video_embed_field

Code

public function getProvidersOptionList();