DisplayPage.php in Rabbit Hole 2.x
Same filename and directory in other branches
File
src/Plugin/RabbitHoleBehaviorPlugin/DisplayPage.phpView 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
Name | Description |
---|---|
DisplayPage | Does nothing (displays a page). |