You are here

abstract public function SiteAuditCheckBase::getAction in Site Audit 8.3

Get action items for a user to perform if the check did not pass.

Return value

string Actionable tasks to perform.

1 call to SiteAuditCheckBase::getAction()
SiteAuditCheckBase::renderAction in src/Plugin/SiteAuditCheckBase.php
Display action items for a user to perform.
54 methods override SiteAuditCheckBase::getAction()
BestPracticesFast404::getAction in src/Plugin/SiteAuditCheck/BestPracticesFast404.php
.
BestPracticesFolderStructure::getAction in src/Plugin/SiteAuditCheck/BestPracticesFolderStructure.php
.
BestPracticesMultisite::getAction in src/Plugin/SiteAuditCheck/BestPracticesMultisite.php
.
BestPracticesServices::getAction in src/Plugin/SiteAuditCheck/BestPracticesServices.php
.
BestPracticesSettings::getAction in src/Plugin/SiteAuditCheck/BestPracticesSettings.php
.

... See full list

File

src/Plugin/SiteAuditCheckBase.php, line 206

Class

SiteAuditCheckBase
Base class for Site Audit Check plugins.

Namespace

Drupal\site_audit\Plugin

Code

public abstract function getAction();