rdf_help |
drupal/modules/rdf/rdf.module |
Implements hook_help(). |
|
|
rdf_install |
drupal/modules/rdf/rdf.install |
Implements hook_install(). |
|
|
rdf_mapping_delete |
drupal/modules/rdf/rdf.module |
Deletes the mapping for the given bundle from the database. |
1 |
|
rdf_mapping_load |
drupal/modules/rdf/rdf.module |
Returns the mapping for attributes of a given entity type/bundle pair. |
7 |
1 |
rdf_mapping_save |
drupal/modules/rdf/rdf.module |
Saves an RDF mapping to the database. |
5 |
|
rdf_modules_installed |
drupal/modules/rdf/rdf.module |
Implements hook_modules_installed(). |
1 |
|
rdf_modules_uninstalled |
drupal/modules/rdf/rdf.module |
Implements hook_modules_uninstalled(). |
|
|
rdf_preprocess_comment |
drupal/modules/rdf/rdf.module |
Implements MODULE_preprocess_HOOK(). |
|
|
rdf_preprocess_field |
drupal/modules/rdf/rdf.module |
Implements MODULE_preprocess_HOOK(). |
|
|
rdf_preprocess_image |
drupal/modules/rdf/rdf.module |
Implements MODULE_preprocess_HOOK(). |
|
|
rdf_preprocess_node |
drupal/modules/rdf/rdf.module |
Implements MODULE_preprocess_HOOK(). |
|
|
rdf_preprocess_taxonomy_term |
drupal/modules/rdf/rdf.module |
Implements MODULE_preprocess_HOOK(). |
|
|
rdf_preprocess_username |
drupal/modules/rdf/rdf.module |
Implements MODULE_preprocess_HOOK(). |
|
|
rdf_preprocess_user_profile |
drupal/modules/rdf/rdf.module |
Implements MODULE_preprocess_HOOK(). |
|
|
rdf_process |
drupal/modules/rdf/rdf.module |
Template process function for adding extra tags to hold RDFa attributes. |
|
|
rdf_rdfa_attributes |
drupal/modules/rdf/rdf.module |
Builds an array of RDFa attributes for a given mapping. This array will
typically be passed through drupal_attributes() to create the attributes
variables that are available to template files. These include $attributes,
$title_attributes,… |
5 |
|
rdf_rdf_namespaces |
drupal/modules/rdf/rdf.module |
Implements hook_rdf_namespaces(). |
|
|
rdf_schema |
drupal/modules/rdf/rdf.install |
Implements hook_schema(). |
|
|
rdf_test_install |
drupal/modules/rdf/tests/rdf_test.install |
Implements hook_install(). |
|
|
rdf_test_rdf_mapping |
drupal/modules/rdf/tests/rdf_test.module |
Implements hook_rdf_mapping(). |
|
|
rdf_test_rdf_namespaces |
drupal/modules/rdf/tests/rdf_test.module |
Implements hook_rdf_namespaces(). |
|
|
rdf_theme |
drupal/modules/rdf/rdf.module |
Implements hook_theme(). |
|
|
registry_get_parsed_files |
drupal/includes/registry.inc |
Return the list of files in registry_file |
1 |
|
registry_rebuild |
drupal/includes/bootstrap.inc |
Rescans all enabled modules and rebuilds the registry. |
2 |
|
registry_update |
drupal/includes/bootstrap.inc |
Updates the registry based on the latest files listed in the database. |
3 |
|
render |
drupal/includes/common.inc |
Renders an element. |
23 |
1 |
request_path |
drupal/includes/bootstrap.inc |
Returns the requested URL path of the page being viewed. |
3 |
|
request_uri |
drupal/includes/bootstrap.inc |
Returns the equivalent of Apache's $_SERVER['REQUEST_URI'] variable. |
13 |
|
requirements1_test_requirements |
drupal/modules/simpletest/tests/requirements1_test.install |
Implements hook_requirements(). |
|
|
search_admin_reindex_submit |
drupal/modules/search/search.admin.inc |
Form submission handler for reindex button on search_admin_settings_form(). |
|
1 |
search_admin_settings |
drupal/modules/search/search.admin.inc |
Menu callback: displays the search module settings page. |
|
1 |
search_admin_settings_submit |
drupal/modules/search/search.admin.inc |
Form submission handler for search_admin_settings(). |
|
1 |
search_admin_settings_validate |
drupal/modules/search/search.admin.inc |
Form validation handler for search_admin_settings(). |
|
1 |
search_block_info |
drupal/modules/search/search.module |
Implements hook_block_info(). |
|
|
search_block_view |
drupal/modules/search/search.module |
Implements hook_block_view(). |
|
|
search_box |
drupal/modules/search/search.module |
Form builder; Output a search form for the search block's search box. |
|
1 |
search_box_form_submit |
drupal/modules/search/search.module |
Process a block search form submission. |
|
1 |
search_comment_delete |
drupal/modules/search/search.module |
Implements hook_comment_delete(). |
|
|
search_comment_insert |
drupal/modules/search/search.module |
Implements hook_comment_insert(). |
|
|
search_comment_publish |
drupal/modules/search/search.module |
Implements hook_comment_publish(). |
|
|
search_comment_unpublish |
drupal/modules/search/search.module |
Implements hook_comment_unpublish(). |
|
|
search_comment_update |
drupal/modules/search/search.module |
Implements hook_comment_update(). |
|
|
search_cron |
drupal/modules/search/search.module |
Implements hook_cron(). |
|
|
search_data |
drupal/modules/search/search.module |
Performs a search by calling hook_search_execute(). |
1 |
|
search_dirty |
drupal/modules/search/search.module |
Marks a word as "dirty" (changed), or retrieves the list of dirty words. |
2 |
|
search_embedded_form_form |
drupal/modules/search/tests/search_embedded_form.module |
Builds a form for embedding in search results for testing. |
|
2 |
search_embedded_form_form_submit |
drupal/modules/search/tests/search_embedded_form.module |
Submit handler for search_embedded_form_form(). |
|
1 |
search_embedded_form_menu |
drupal/modules/search/tests/search_embedded_form.module |
Implements hook_menu(). |
|
|
search_embedded_form_preprocess_search_result |
drupal/modules/search/tests/search_embedded_form.module |
Adds the test form to search results. |
|
|
search_excerpt |
drupal/modules/search/search.module |
Returns snippets from a piece of text, with certain keywords highlighted.
Used for formatting search results. |
4 |
|