You are here

public constant WeatherPlaceInterface::STATUS_ADDED in Weather 2.0.x

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

Place was added by user, manually, on module's settings page.

File

src/Entity/WeatherPlaceInterface.php, line 27

Class

WeatherPlaceInterface
Provides an interface for defining Weather place entities.

Namespace

Drupal\weather\Entity

Code

public const STATUS_ADDED = 'added';