You are here

public function ReleaseNotes::state in Production check & Production monitor 8

Calculates the state for the check.

Return value

TRUE if the check passed FALSE otherwise

Overrides ProdCheckInterface::state

File

src/Plugin/ProdCheck/Server/ReleaseNotes.php, line 39

Class

ReleaseNotes
Release notes check

Namespace

Drupal\prod_check\Plugin\ProdCheck\Server

Code

public function state() {
  return empty($this->remaining_files);
}