PriceModifierInterface.php in Price 3.x
Same filename and directory in other branches
Namespace
Drupal\price\EntityFile
src/Entity/PriceModifierInterface.phpView source
<?php
namespace Drupal\price\Entity;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Defines the interface for entity.
*/
interface PriceModifierInterface extends ConfigEntityInterface {
}
Interfaces
Name | Description |
---|---|
PriceModifierInterface | Defines the interface for entity. |