You are here

WeatherForecastInterface.php in Weather 2.0.x

Same filename and directory in other branches
  1. 8 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.