You are here

public function ProviderInterface::getDescription in Express 8

Retrieves the provider description.

Return value

string The provider description.

1 method overrides ProviderInterface::getDescription()
ProviderBase::getDescription in themes/contrib/bootstrap/src/Plugin/Provider/ProviderBase.php
Retrieves the provider description.

File

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

Class

ProviderInterface
ProviderInterface.

Namespace

Drupal\bootstrap\Plugin\Provider

Code

public function getDescription();