You are here

public function ExecutablePhp::getTitle in Security Review 8

Returns the human-readable title of the check.

Return value

string Title of check.

Overrides Check::getTitle

File

src/Checks/ExecutablePhp.php, line 41

Class

ExecutablePhp
Checks if PHP files written to the files directory can be executed.

Namespace

Drupal\security_review\Checks

Code

public function getTitle() {
  return 'Executable PHP';
}