public function ProviderBase::hasError in Express 8
Flag indicating that the API data parsing failed.
Return value
bool TRUE or FALSE
Overrides ProviderInterface::hasError
File
- themes/
contrib/ bootstrap/ src/ Plugin/ Provider/ ProviderBase.php, line 123 - Contains \Drupal\bootstrap\Plugin\Provider\ProviderBase.
Class
- ProviderBase
- CDN provider base class.
Namespace
Drupal\bootstrap\Plugin\ProviderCode
public function hasError() {
return $this->pluginDefinition['error'];
}