You are here

public function ProviderBase::getThemes in Express 8

Retrieves the themes supported by the CDN provider.

Return value

array An array of themes. If the CDN provider does not support any it will just be an empty array.

Overrides ProviderInterface::getThemes

File

themes/contrib/bootstrap/src/Plugin/Provider/ProviderBase.php, line 109
Contains \Drupal\bootstrap\Plugin\Provider\ProviderBase.

Class

ProviderBase
CDN provider base class.

Namespace

Drupal\bootstrap\Plugin\Provider

Code

public function getThemes() {
  return $this->pluginDefinition['themes'];
}