TypeGroupInterface.php in Booking and Availability Management Tools for Drupal 8
Contains \Drupal\bat\TypeGroupInterface.
Namespace
Drupal\batFile
src/TypeGroupInterface.phpView 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
Name | Description |
---|---|
TypeGroupInterface | Provides an interface for defining Property entities. |