You are here

DisplayPage.php in Rabbit Hole 8

Same filename and directory in other branches
  1. 2.x src/Plugin/RabbitHoleBehaviorPlugin/DisplayPage.php

File

src/Plugin/RabbitHoleBehaviorPlugin/DisplayPage.php
View source
<?php

namespace Drupal\rabbit_hole\Plugin\RabbitHoleBehaviorPlugin;

use Drupal\rabbit_hole\Plugin\RabbitHoleBehaviorPluginBase;

/**
 * Does nothing (displays a page).
 *
 * @RabbitHoleBehaviorPlugin(
 *   id = "display_page",
 *   label = @Translation("Display the page")
 * )
 */
class DisplayPage extends RabbitHoleBehaviorPluginBase {

}

Classes

Namesort descending Description
DisplayPage Does nothing (displays a page).