poll_teaser |
drupal/core/modules/poll/poll.module |
Creates a simple teaser that lists all the choices. |
1 |
|
poll_theme |
drupal/core/modules/poll/poll.module |
Implements hook_theme(). |
|
|
poll_tokens |
drupal/core/modules/poll/poll.tokens.inc |
Implements hook_tokens(). |
|
|
poll_token_info |
drupal/core/modules/poll/poll.tokens.inc |
Implements hook_token_info(). |
|
|
poll_update |
drupal/core/modules/poll/poll.module |
Implements hook_update(). |
|
|
poll_user_cancel |
drupal/core/modules/poll/poll.module |
Implements hook_user_cancel(). |
|
|
poll_user_predelete |
drupal/core/modules/poll/poll.module |
Implements hook_user_predelete(). |
|
|
poll_validate |
drupal/core/modules/poll/poll.module |
Implements hook_validate(). |
|
|
poll_view |
drupal/core/modules/poll/poll.module |
Implements hook_view(). |
|
|
poll_view_results |
drupal/core/modules/poll/poll.module |
Generates a graphical representation of the results of a poll. |
2 |
|
poll_view_voting |
drupal/core/modules/poll/poll.module |
Form constructor for the poll voting form. |
|
2 |
poll_view_voting_validate |
drupal/core/modules/poll/poll.module |
Form validation handler for poll_view_voting(). |
|
|
poll_vote |
drupal/core/modules/poll/poll.module |
Form submission handler for poll_view_voting(). |
|
1 |
poll_votes |
drupal/core/modules/poll/poll.pages.inc |
Page callback: Displays the 'votes' tab for polls. |
|
1 |
queue |
drupal/core/includes/common.inc |
Instantiates and statically caches the correct class for a queue. |
9 |
|
rdf_comment_load |
drupal/core/modules/rdf/rdf.module |
Implements hook_comment_load(). |
|
|
rdf_entity_info_alter |
drupal/core/modules/rdf/rdf.module |
Implements hook_entity_info_alter(). |
|
|
rdf_entity_load |
drupal/core/modules/rdf/rdf.module |
Implements hook_entity_load(). |
|
|
rdf_field_attach_view_alter |
drupal/core/modules/rdf/rdf.module |
Implements hook_field_attach_view_alter(). |
|
|
rdf_get_namespaces |
drupal/core/modules/rdf/rdf.module |
Retrieves RDF namespaces. |
4 |
2 |
rdf_help |
drupal/core/modules/rdf/rdf.module |
Implements hook_help(). |
|
|
rdf_install |
drupal/core/modules/rdf/rdf.install |
Implements hook_install(). |
|
|
rdf_mapping_delete |
drupal/core/modules/rdf/rdf.module |
Deletes the mapping for the given bundle from the database. |
1 |
|
rdf_mapping_load |
drupal/core/modules/rdf/rdf.module |
Returns the mapping for attributes of a given entity type/bundle pair. |
7 |
1 |
rdf_mapping_save |
drupal/core/modules/rdf/rdf.module |
Saves an RDF mapping to the database. |
5 |
|
rdf_modules_installed |
drupal/core/modules/rdf/rdf.module |
Implements hook_modules_installed(). |
1 |
|
rdf_modules_uninstalled |
drupal/core/modules/rdf/rdf.module |
Implements hook_modules_uninstalled(). |
|
|
rdf_preprocess_comment |
drupal/core/modules/rdf/rdf.module |
Implements hook_preprocess_HOOK() for comment.tpl.php. |
|
|
rdf_preprocess_field |
drupal/core/modules/rdf/rdf.module |
Implements hook_preprocess_HOOK() for field.tpl.php. |
|
|
rdf_preprocess_html |
drupal/core/modules/rdf/rdf.module |
Implements hook_preprocess_HOOK() for html.tpl.php. |
|
|
rdf_preprocess_image |
drupal/core/modules/rdf/rdf.module |
Implements hook_preprocess_HOOK() for theme_image(). |
|
|
rdf_preprocess_node |
drupal/core/modules/rdf/rdf.module |
Implements hook_preprocess_HOOK() for node.tpl.php. |
|
|
rdf_preprocess_taxonomy_term |
drupal/core/modules/rdf/rdf.module |
Implements hook_preprocess_HOOK() for taxonomy-term.tpl.php. |
|
|
rdf_preprocess_username |
drupal/core/modules/rdf/rdf.module |
Implements hook_preprocess_HOOK() for theme_username(). |
|
|
rdf_preprocess_user_profile |
drupal/core/modules/rdf/rdf.module |
Implements hook_preprocess_HOOK() for user-profile.tpl.php. |
|
|
rdf_process |
drupal/core/modules/rdf/rdf.module |
Implements MODULE_process(). |
|
|
rdf_rdfa_attributes |
drupal/core/modules/rdf/rdf.module |
Builds an array of RDFa attributes for a given mapping. |
5 |
|
rdf_rdf_namespaces |
drupal/core/modules/rdf/rdf.module |
Implements hook_rdf_namespaces(). |
|
|
rdf_schema |
drupal/core/modules/rdf/rdf.install |
Implements hook_schema(). |
|
|
rdf_test_install |
drupal/core/modules/rdf/tests/rdf_test.install |
Implements hook_install(). |
|
|
rdf_test_rdf_mapping |
drupal/core/modules/rdf/tests/rdf_test.module |
Implements hook_rdf_mapping(). |
|
|
rdf_test_rdf_namespaces |
drupal/core/modules/rdf/tests/rdf_test.module |
Implements hook_rdf_namespaces(). |
|
|
rdf_theme |
drupal/core/modules/rdf/rdf.module |
Implements hook_theme(). |
|
|
render |
drupal/core/includes/common.inc |
Renders an element. |
25 |
2 |
replace_parameters |
drupal/core/vendor/twig/twig/bin/create_pear_package.php |
|
|
1 |
request_path |
drupal/core/includes/bootstrap.inc |
Returns the requested URL path of the page being viewed. |
2 |
|
request_uri |
drupal/core/includes/bootstrap.inc |
Returns the equivalent of Apache's $_SERVER['REQUEST_URI'] variable. |
11 |
|
requirements1_test_requirements |
drupal/core/modules/system/tests/modules/requirements1_test/requirements1_test.install |
Implements hook_requirements(). |
|
|
rest_admin_form |
drupal/core/modules/rest/rest.admin.inc |
Form constructor for the REST admin form. |
|
1 |
rest_admin_form_submit |
drupal/core/modules/rest/rest.admin.inc |
Form submission handler for rest_admin_form(). |
|
|