class TestGroupContentHandler in Group 8
Hierarchy
- class \Drupal\group\Plugin\GroupContentHandlerBase implements GroupContentHandlerInterface- class \Drupal\Tests\group\Unit\TestGroupContentHandler
 
Expanded class hierarchy of TestGroupContentHandler
File
- tests/src/ Unit/ GroupContentEnablerManagerTest.php, line 257 
Namespace
Drupal\Tests\group\UnitView source
class TestGroupContentHandler extends GroupContentHandlerBase {
  /**
   * Returns the protected moduleHandler property.
   */
  public function getModuleHandler() {
    return $this->moduleHandler;
  }
}Members
| Name   | Modifiers | Type | Description | Overrides | 
|---|---|---|---|---|
| GroupContentHandlerBase:: | protected | property | The group content enabler definition. | |
| GroupContentHandlerBase:: | protected | property | The module handler to invoke hooks on. | |
| GroupContentHandlerBase:: | protected | property | The plugin ID as read from the definition. | |
| GroupContentHandlerBase:: | public static | function | Instantiates a new instance of this group content handler. Overrides GroupContentHandlerInterface:: | 2 | 
| GroupContentHandlerBase:: | protected | function | Gets the module handler. | |
| GroupContentHandlerBase:: | public | function | Sets the module handler for this handler. | |
| GroupContentHandlerBase:: | public | function | Constructs a GroupContentHandlerBase object. | |
| TestGroupContentHandler:: | public | function | Returns the protected moduleHandler property. | 
