function public function ProviderBase::getApi
8.x-3.x ProviderBase.php | public ProviderBase::getApi() |
Overrides ProviderInterface::getApi
Deprecated
in 8.x-3.18, will be removed in a future release.
Class
- ProviderBase
- CDN Provider base class.
Namespace
Drupal\bootstrap\Plugin\ProviderSource src/Plugin/Provider/ProviderBase.php (line 599)
public function getApi() {
Bootstrap::deprecated();
return $this->pluginDefinition['api'];
}