block_weather_es_contents |
./weather_es.module |
Show the weather_es contents |
1 |
|
template_preprocess_weather_es |
./weather_es.module |
Preprocess and sanitaze the data |
|
|
weather_es_ahah_helper |
./weather_es.module |
Does the very standard things that must be done in any normal callback.
Used by each callback in this example module. |
1 |
|
weather_es_block |
./weather_es.module |
hook_block() |
|
|
weather_es_delete_form |
./weather_es.module |
@author jmsirvent |
|
1 |
weather_es_delete_form_submit |
./weather_es.module |
@author jmsirvent |
|
1 |
weather_es_edit_form |
./weather_es.module |
@author jmsirvent |
|
1 |
weather_es_form_submit |
./weather_es.module |
@author jmsirvent |
|
1 |
weather_es_form_validate |
./weather_es.module |
@author jmsirvent |
|
1 |
weather_es_help |
./weather_es.module |
hook_help() |
|
|
weather_es_install |
./weather_es.install |
hook_install(). |
|
|
weather_es_main |
./weather_es.module |
Main weather_es_page. Show the cities you want to know the weather if there're selected... |
|
1 |
weather_es_menu |
./weather_es.module |
hook_menu |
|
|
weather_es_perm |
./weather_es.module |
Implementation of hook_perm() |
|
|
weather_es_schema |
./weather_es.install |
|
|
|
weather_es_theme |
./weather_es.module |
weather_es block theme |
|
|
weather_es_uninstall |
./weather_es.install |
hook_uninstall(). |
|
|
weather_es_update_cities_js |
./weather_es.module |
AHAH for the cities |
|
1 |
_weather_es_cities |
./weather_es.module |
Spanish cities by province |
2 |
|
_weather_es_conf_save |
./weather_es.module |
Save the user configuration |
1 |
|
_weather_es_conf_update |
./weather_es.module |
Update an old user configuration |
1 |
|
_weather_es_data_save |
./weather_es.module |
Save the AEMET data for a city |
2 |
|
_weather_es_path |
./weather_es.module |
Redirect the user to her correct path. |
|
|
_weather_es_provinces |
./weather_es.module |
Spanish provinces |
1 |
|
_weather_es_redirect |
./weather_es.module |
Redirect the user to his correct path: their weather_es settings or the
weather_es site settings |
4 |
|