You are here

WeatherForecastInterface.php in Weather 8

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

File

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

namespace Drupal\weather\Entity;

use Drupal\Core\Entity\ContentEntityInterface;

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

}

Interfaces

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