You are here

Group.php in Rabbit Hole 8

Same filename and directory in other branches
  1. 2.x modules/rh_group/src/Plugin/RabbitHoleEntityPlugin/Group.php

File

modules/rh_group/src/Plugin/RabbitHoleEntityPlugin/Group.php
View source
<?php

namespace Drupal\rh_group\Plugin\RabbitHoleEntityPlugin;

use Drupal\rabbit_hole\Plugin\RabbitHoleEntityPluginBase;

/**
 * Implements rabbit hole behavior for Group.
 *
 * @RabbitHoleEntityPlugin(
 *   id = "rh_group",
 *   label = @Translation("Group"),
 *   entityType = "group"
 * )
 */
class Group extends RabbitHoleEntityPluginBase {

}

Classes

Namesort descending Description
Group Implements rabbit hole behavior for Group.