public constant WeatherPlaceInterface::STATUS_ADDED in Weather 8
Same name and namespace in other branches
- 2.0.x 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\EntityCode
public const STATUS_ADDED = 'added';