You are here

public function ProviderBase::getDescription in Express 8

Retrieves the provider description.

Return value

string The provider description.

Overrides ProviderInterface::getDescription

File

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

Class

ProviderBase
CDN provider base class.

Namespace

Drupal\bootstrap\Plugin\Provider

Code

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