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