You are here

public function ProviderInterface::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.

1 method overrides ProviderInterface::getThemes()
ProviderBase::getThemes in themes/contrib/bootstrap/src/Plugin/Provider/ProviderBase.php
Retrieves the themes supported by the CDN provider.

File

themes/contrib/bootstrap/src/Plugin/Provider/ProviderInterface.php, line 64
Contains \Drupal\bootstrap\Plugin\Provider\ProviderInterface.

Class

ProviderInterface
ProviderInterface.

Namespace

Drupal\bootstrap\Plugin\Provider

Code

public function getThemes();