You are here

Product.php in Rabbit Hole 8

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

File

modules/rh_commerce/src/Plugin/RabbitHoleEntityPlugin/Product.php
View source
<?php

namespace Drupal\rh_commerce\Plugin\RabbitHoleEntityPlugin;

use Drupal\rabbit_hole\Plugin\RabbitHoleEntityPluginBase;

/**
 * Implements rabbit hole behavior for commerce products.
 *
 * @RabbitHoleEntityPlugin(
 *  id = "rh_commerce",
 *  label = @Translation("Commerce product"),
 *  entityType = "commerce_product"
 * )
 */
class Product extends RabbitHoleEntityPluginBase {

}

Classes

Namesort descending Description
Product Implements rabbit hole behavior for commerce products.