You are here

public function TestGroupContentHandler::getModuleHandler in Group 8

Returns the protected moduleHandler property.

File

tests/src/Unit/GroupContentEnablerManagerTest.php, line 262

Class

TestGroupContentHandler

Namespace

Drupal\Tests\group\Unit

Code

public function getModuleHandler() {
  return $this->moduleHandler;
}