function public function ProviderInterface::getThemes
8.x-3.x ProviderInterface.php | public ProviderInterface::getThemes() |
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.
Deprecated
in 8.x-3.18, will be removed in a future release.
Class
- ProviderInterface
- ProviderInterface.
Namespace
Drupal\bootstrap\Plugin\ProviderSource src/Plugin/Provider/ProviderInterface.php (line 285)
public function getThemes();