You are here

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

InstallableLibrary

Namespace

Drupal\markdown\Annotation

Code

public function hasRequestFailure() {
  return !!$this->requestException;
}