CategoryInterface.php

Contains \Drupal\contact\Plugin\Core\Entity\CategoryInterface.

Namespace

Drupal\contact

File

drupal/core/modules/contact/lib/Drupal/contact/CategoryInterface.php
View source
<?php

/**
 * @file
 * Contains \Drupal\contact\Plugin\Core\Entity\CategoryInterface.
 */
namespace Drupal\contact;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface defining a contact category entity.
 */
interface CategoryInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
CategoryInterface Provides an interface defining a contact category entity.