You are here

class TestGroupContentHandler in Group 8

Hierarchy

Expanded class hierarchy of TestGroupContentHandler

File

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

Namespace

Drupal\Tests\group\Unit
View source
class TestGroupContentHandler extends GroupContentHandlerBase {

  /**
   * Returns the protected moduleHandler property.
   */
  public function getModuleHandler() {
    return $this->moduleHandler;
  }

}

Members

Namesort descending Modifiers Type Description Overrides
GroupContentHandlerBase::$definition protected property The group content enabler definition.
GroupContentHandlerBase::$moduleHandler protected property The module handler to invoke hooks on.
GroupContentHandlerBase::$pluginId protected property The plugin ID as read from the definition.
GroupContentHandlerBase::createInstance public static function Instantiates a new instance of this group content handler. Overrides GroupContentHandlerInterface::createInstance 2
GroupContentHandlerBase::moduleHandler protected function Gets the module handler.
GroupContentHandlerBase::setModuleHandler public function Sets the module handler for this handler.
GroupContentHandlerBase::__construct public function Constructs a GroupContentHandlerBase object.
TestGroupContentHandler::getModuleHandler public function Returns the protected moduleHandler property.