WeatherForecastInterface.php in Weather 8
Same filename and directory in other branches
Namespace
Drupal\weather\EntityFile
src/Entity/WeatherForecastInterface.phpView 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
Name | Description |
---|---|
WeatherForecastInterface | Provides an interface for defining Weather forecast entities. |