You are here

public function ProviderBase::isImported in Express 8

Flag indicating that the API data was manually imported.

Return value

bool TRUE or FALSE

Overrides ProviderInterface::isImported

File

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

Class

ProviderBase
CDN provider base class.

Namespace

Drupal\bootstrap\Plugin\Provider

Code

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