public function EmptyPostInstall::__construct in Group 2.0.x
Constructs a new EmptyPostInstall.
Parameters
\Drupal\group\Plugin\Group\RelationHandler\PostInstallInterface $parent: The parent post install handler.
File
- src/
Plugin/ Group/ RelationHandler/ EmptyPostInstall.php, line 21
Class
- EmptyPostInstall
- Provides a default post install handler.
Namespace
Drupal\group\Plugin\Group\RelationHandlerCode
public function __construct(PostInstallInterface $parent) {
$this->parent = $parent;
}