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