You are here

public constant WeatherPlaceInterface::STATUS_ORIGINAL in Weather 2.0.x

Same name and namespace in other branches
  1. 8 src/Entity/WeatherPlaceInterface.php \Drupal\weather\Entity\WeatherPlaceInterface::STATUS_ORIGINAL

Status weather place will get when first time imported from csv file.

File

src/Entity/WeatherPlaceInterface.php, line 17

Class

WeatherPlaceInterface
Provides an interface for defining Weather place entities.

Namespace

Drupal\weather\Entity

Code

public const STATUS_ORIGINAL = 'original';