You are here

PriceModifierInterface.php in Price 3.0.x

File

src/Entity/PriceModifierInterface.php
View source
<?php

namespace Drupal\price\Entity;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Defines the interface for entity.
 */
interface PriceModifierInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
PriceModifierInterface Defines the interface for entity.