You are here

TypeGroupInterface.php in Booking and Availability Management Tools for Drupal 8

Namespace

Drupal\bat

File

src/TypeGroupInterface.php
View source
<?php

/**
 * @file
 * Contains \Drupal\bat\TypeGroupInterface.
 */
namespace Drupal\bat;

use Drupal\Core\Entity\ContentEntityInterface;
use Drupal\Core\Entity\EntityChangedInterface;
use Drupal\user\EntityOwnerInterface;

/**
 * Provides an interface for defining Property entities.
 *
 * @ingroup bat
 */
interface TypeGroupInterface extends ContentEntityInterface, EntityChangedInterface, EntityOwnerInterface {

}

Interfaces

Namesort descending Description
TypeGroupInterface Provides an interface for defining Property entities.