You are here

WeatherDisplayPlaceInterface.php in Weather 8

Same filename and directory in other branches
  1. 2.0.x src/Entity/WeatherDisplayPlaceInterface.php

File

src/Entity/WeatherDisplayPlaceInterface.php
View source
<?php

namespace Drupal\weather\Entity;

use Drupal\Core\Entity\ContentEntityInterface;

/**
 * Provides an interface for defining Weather display place entities.
 *
 * @ingroup weather
 */
interface WeatherDisplayPlaceInterface extends ContentEntityInterface {

}

Interfaces

Namesort descending Description
WeatherDisplayPlaceInterface Provides an interface for defining Weather display place entities.