You are here

WeatherForecastInformationInterface.php in Weather 2.0.x

Same filename and directory in other branches
  1. 8 src/Entity/WeatherForecastInformationInterface.php

File

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

namespace Drupal\weather\Entity;

use Drupal\Core\Entity\ContentEntityInterface;

/**
 * Provides an interface for defining Weather forecast information entities.
 *
 * @ingroup weather
 */
interface WeatherForecastInformationInterface extends ContentEntityInterface {

}

Interfaces

Namesort descending Description
WeatherForecastInformationInterface Provides an interface for defining Weather forecast information entities.