public function ProviderInterface::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.
1 method overrides ProviderInterface::getVersions()
- ProviderBase::getVersions in themes/
contrib/ bootstrap/ src/ Plugin/ Provider/ ProviderBase.php - Retrieves the versions supported by the CDN provider.
File
- themes/
contrib/ bootstrap/ src/ Plugin/ Provider/ ProviderInterface.php, line 73 - Contains \Drupal\bootstrap\Plugin\Provider\ProviderInterface.
Class
- ProviderInterface
- ProviderInterface.
Namespace
Drupal\bootstrap\Plugin\ProviderCode
public function getVersions();