You are here

AssetTypeInterface.php in farmOS 2.x

File

modules/core/asset/src/Entity/AssetTypeInterface.php
View source
<?php

namespace Drupal\asset\Entity;

use Drupal\Core\Config\Entity\ConfigEntityInterface;
use Drupal\Core\Entity\EntityDescriptionInterface;
use Drupal\Core\Entity\RevisionableEntityBundleInterface;

/**
 * Provides an interface for defining asset type entities.
 */
interface AssetTypeInterface extends ConfigEntityInterface, EntityDescriptionInterface, RevisionableEntityBundleInterface {

}

Interfaces

Namesort descending Description
AssetTypeInterface Provides an interface for defining asset type entities.