You are here

public function ProviderInterface::getApi in Express 8

Retrieves the API URL if set.

Return value

string The API URL.

1 method overrides ProviderInterface::getApi()
ProviderBase::getApi in themes/contrib/bootstrap/src/Plugin/Provider/ProviderBase.php
Retrieves the API URL if set.

File

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

Class

ProviderInterface
ProviderInterface.

Namespace

Drupal\bootstrap\Plugin\Provider

Code

public function getApi();