public function ProviderInterface::isImported in Express 8
Flag indicating that the API data was manually imported.
Return value
bool TRUE or FALSE
1 method overrides ProviderInterface::isImported()
- ProviderBase::isImported in themes/
contrib/ bootstrap/ src/ Plugin/ Provider/ ProviderBase.php - Flag indicating that the API data was manually imported.
File
- themes/
contrib/ bootstrap/ src/ Plugin/ Provider/ ProviderInterface.php, line 89 - Contains \Drupal\bootstrap\Plugin\Provider\ProviderInterface.
Class
- ProviderInterface
- ProviderInterface.
Namespace
Drupal\bootstrap\Plugin\ProviderCode
public function isImported();