You are here

constant SITE_AUDIT_BASE_PATH in Site Audit 8.2

Same name and namespace in other branches
  1. 7 site_audit.drush.inc \SITE_AUDIT_BASE_PATH
5 uses of SITE_AUDIT_BASE_PATH
drush_site_audit_site_audit_version in ./site_audit.drush.inc
Display the Site Audit version.
SiteAuditCheckAbstract::getExecPath in Check/Abstract.php
Returns the path of the executable.
SiteAuditCheckCodebasePhpCodeSniffer::calculateScore in Check/Codebase/PhpCodeSniffer.php
Implements \SiteAudit\Check\Abstract\calculateScore().
SiteAuditReportAbstract::getCheckNames in Report/Abstract.php
Get the names of all the checks within the report.
site_audit.autoload.inc in ./site_audit.autoload.inc
Autoloader.

File

./site_audit.drush.inc, line 20
Drupal site auditing commands.

Code

define('SITE_AUDIT_BASE_PATH', __DIR__);