AddCustomPlaceForm.php |
src/Form/AddCustomPlaceForm.php |
Drupal\weather\Form |
|
CHANGELOG.txt |
CHANGELOG.txt |
|
Version: 8.x-1.0-alpha2 Date: 2019-07-05
---------------------------------------------------------------------
* The second module alpha version for D8 released.
* Fixed coding standards issues.
Version: 8.x-1.0-alpha1 … |
ConfigurationTest.php |
tests/src/Functional/ConfigurationTest.php |
Drupal\Tests\weather\Functional |
|
core.date_format.weather_short.yml |
config/install/core.date_format.weather_short.yml |
|
config/install/core.date_format.weather_short.yml |
DataService.php |
src/Service/DataService.php |
Drupal\weather\Service |
|
drush.services.yml |
drush.services.yml |
|
drush.services.yml |
FunctionsTest.php |
tests/src/Functional/FunctionsTest.php |
Drupal\Tests\weather\Functional |
|
HelperService.php |
src/Service/HelperService.php |
Drupal\weather\Service |
|
ParserService.php |
src/Service/ParserService.php |
Drupal\weather\Service |
|
ParserTest.php |
tests/src/Functional/ParserTest.php |
Drupal\Tests\weather\Functional |
|
PermissionsTest.php |
tests/src/Functional/PermissionsTest.php |
Drupal\Tests\weather\Functional |
|
README.txt |
README.txt |
|
INTRODUCTION
------------
This module uses free weather data from yr.no to display current weather
conditions from anywhere in the world. Data for more than 14.000 places
worldwide is included for easy weather display.
* For a full description of… |
SettingsForm.php |
src/Form/SettingsForm.php |
Drupal\weather\Form |
|
ThemeService.php |
src/Service/ThemeService.php |
Drupal\weather\Service |
|
weather.html.twig |
templates/weather.html.twig |
|
<div class="weather">
{% for place in weather %}
<p style="clear:left"><strong>{{ place.link }}</strong></p>
{% if place.forecasts is empty%}
{{'Currently, there is no weather… |
weather.info.yml |
weather.info.yml |
|
weather.info.yml |
weather.install |
weather.install |
|
Install, update and uninstall functions for the weather module. |
weather.links.action.yml |
weather.links.action.yml |
|
weather.links.action.yml |
weather.links.menu.yml |
weather.links.menu.yml |
|
weather.links.menu.yml |
weather.links.task.yml |
weather.links.task.yml |
|
weather.links.task.yml |
weather.module |
weather.module |
|
Main module file with hooks implementations. |
weather.permissions.yml |
weather.permissions.yml |
|
weather.permissions.yml |
weather.routing.yml |
weather.routing.yml |
|
weather.routing.yml |
weather.schema.yml |
config/schema/weather.schema.yml |
|
config/schema/weather.schema.yml |
weather.services.yml |
weather.services.yml |
|
weather.services.yml |
weather.settings.yml |
config/install/weather.settings.yml |
|
config/install/weather.settings.yml |
WeatherAccessControlHandler.php |
src/WeatherAccessControlHandler.php |
Drupal\weather |
|
WeatherCommands.php |
src/Commands/WeatherCommands.php |
Drupal\weather\Commands |
|
WeatherCommonTestTrait.php |
tests/src/Functional/WeatherCommonTestTrait.php |
Drupal\Tests\weather\Functional |
|
WeatherDetailedForecastController.php |
src/Controller/WeatherDetailedForecastController.php |
Drupal\weather\Controller |
|
WeatherDisplay.php |
src/Entity/WeatherDisplay.php |
Drupal\weather\Entity |
|
WeatherDisplayBlockTrait.php |
src/Plugin/Block/WeatherDisplayBlockTrait.php |
Drupal\weather\Plugin\Block |
|
WeatherDisplayConstraint.php |
src/Plugin/Validation/Constraint/WeatherDisplayConstraint.php |
Drupal\weather\Plugin\Validation\Constraint |
|
WeatherDisplayConstraintValidator.php |
src/Plugin/Validation/Constraint/WeatherDisplayConstraintValidator.php |
Drupal\weather\Plugin\Validation\Constraint |
|
WeatherDisplayDeleteForm.php |
src/Form/WeatherDisplayDeleteForm.php |
Drupal\weather\Form |
|
WeatherDisplayForm.php |
src/Form/WeatherDisplayForm.php |
Drupal\weather\Form |
|
WeatherDisplayInterface.php |
src/Entity/WeatherDisplayInterface.php |
Drupal\weather\Entity |
|
WeatherDisplayPlace.php |
src/Entity/WeatherDisplayPlace.php |
Drupal\weather\Entity |
|
WeatherDisplayPlaceDeleteForm.php |
src/Form/WeatherDisplayPlaceDeleteForm.php |
Drupal\weather\Form |
|
WeatherDisplayPlaceForm.php |
src/Form/WeatherDisplayPlaceForm.php |
Drupal\weather\Form |
|
WeatherDisplayPlaceInterface.php |
src/Entity/WeatherDisplayPlaceInterface.php |
Drupal\weather\Entity |
|
WeatherForecast.php |
src/Entity/WeatherForecast.php |
Drupal\weather\Entity |
|
WeatherForecastInformation.php |
src/Entity/WeatherForecastInformation.php |
Drupal\weather\Entity |
|
WeatherForecastInformationInterface.php |
src/Entity/WeatherForecastInformationInterface.php |
Drupal\weather\Entity |
|
WeatherForecastInterface.php |
src/Entity/WeatherForecastInterface.php |
Drupal\weather\Entity |
|
WeatherPlace.php |
src/Entity/WeatherPlace.php |
Drupal\weather\Entity |
|
WeatherPlaceInterface.php |
src/Entity/WeatherPlaceInterface.php |
Drupal\weather\Entity |
|
WeatherSystemDisplayBlock.php |
src/Plugin/Derivative/WeatherSystemDisplayBlock.php |
Drupal\weather\Plugin\Derivative |
|
WeatherSystemDisplayBlock.php |
src/Plugin/Block/WeatherSystemDisplayBlock.php |
Drupal\weather\Plugin\Block |
|
WeatherUserConfiguredDisplayController.php |
src/Controller/WeatherUserConfiguredDisplayController.php |
Drupal\weather\Controller |
|