public function InstallableLibrary::hasRequestFailure in Markdown 8.2
Indicates whether there is an issue performing requests for the library.
Return value
bool TRUE or FALSE
1 call to InstallableLibrary::hasRequestFailure()
- InstallableLibrary::getStatus in src/
Annotation/ InstallableLibrary.php - Retrieves the current status of the library.
File
- src/
Annotation/ InstallableLibrary.php, line 312
Class
Namespace
Drupal\markdown\AnnotationCode
public function hasRequestFailure() {
return !!$this->requestException;
}