You are here

public function ProviderBase::getVersions in Express 8

Retrieves the versions supported by the CDN provider.

Return value

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

Overrides ProviderInterface::getVersions

File

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

Class

ProviderBase
CDN provider base class.

Namespace

Drupal\bootstrap\Plugin\Provider

Code

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