You are here

protected function WardenManager::getContribRegex in Warden 8

Same name and namespace in other branches
  1. 8.2 src/Service/WardenManager.php \Drupal\warden\Service\WardenManager::getContribRegex()
  2. 3.x src/Service/WardenManager.php \Drupal\warden\Service\WardenManager::getContribRegex()

Return value

string The regex telling us where a contrib module is located.

1 call to WardenManager::getContribRegex()
WardenManager::generateSiteData in src/Service/WardenManager.php
Generate all the site's data for Warden.

File

src/Service/WardenManager.php, line 305

Class

WardenManager
Default controller for the warden module.

Namespace

Drupal\warden\Service

Code

protected function getContribRegex() {
  return $this->contribModuleRegex;
}