You are here

File.php in Rabbit Hole 8

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

File

modules/rh_file/src/Plugin/RabbitHoleEntityPlugin/File.php
View source
<?php

namespace Drupal\rh_file\Plugin\RabbitHoleEntityPlugin;

use Drupal\rabbit_hole\Plugin\RabbitHoleEntityPluginBase;

/**
 * Implements rabbit hole behavior for nodes.
 *
 * @RabbitHoleEntityPlugin(
 *  id = "rh_file",
 *  label = @Translation("File"),
 *  entityType = "file"
 * )
 */
class File extends RabbitHoleEntityPluginBase {

}

Classes

Namesort descending Description
File Implements rabbit hole behavior for nodes.