Group.php in Rabbit Hole 2.x
Same filename and directory in other branches
File
modules/rh_group/src/Plugin/RabbitHoleEntityPlugin/Group.phpView 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 {
}