picture_get_image_dimensions |
drupal/core/modules/picture/picture.module |
Determines the dimensions of an image. |
1 |
|
picture_help |
drupal/core/modules/picture/picture.module |
Implements hook_help(). |
|
|
picture_library_info |
drupal/core/modules/picture/picture.module |
Implements hook_library_info(). |
|
|
picture_mapping_load |
drupal/core/modules/picture/picture.module |
Load one picture by its identifier. |
|
1 |
picture_mapping_set_uri |
drupal/core/modules/picture/picture.module |
Sets Picture uri callback. |
|
|
picture_mapping_uri |
drupal/core/modules/picture/picture.module |
Gets Picture uri callback. |
|
|
picture_menu |
drupal/core/modules/picture/picture.module |
Implements hook_menu(). |
|
|
picture_permission |
drupal/core/modules/picture/picture.module |
Implements hook_permission(). |
|
|
picture_theme |
drupal/core/modules/picture/picture.module |
Implements hook_theme(). |
|
|
plugin_test_definitions |
drupal/core/modules/system/tests/modules/plugin_test/plugin_test.module |
A simple page callback that prints plugin labels for testing. |
|
1 |
plugin_test_menu |
drupal/core/modules/system/tests/modules/plugin_test/plugin_test.module |
Implements hook_menu(). |
|
|
plugin_test_plugin_test_alter |
drupal/core/modules/system/tests/modules/plugin_test/plugin_test.module |
Implements hook_plugin_test_alter(). |
|
|
rdf_comment_load |
drupal/core/modules/rdf/rdf.module |
Implements hook_comment_load(). |
|
|
rdf_entity_bundle_info_alter |
drupal/core/modules/rdf/rdf.module |
Implements hook_entity_bundle_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. |
6 |
|
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.html.twig. |
|
|
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.html.twig. |
|
|
rdf_preprocess_taxonomy_term |
drupal/core/modules/rdf/rdf.module |
Implements hook_preprocess_HOOK() for taxonomy-term.tpl.php. |
|
|
rdf_preprocess_user |
drupal/core/modules/rdf/rdf.module |
Implements hook_preprocess_HOOK() for user.tpl.php. |
|
|
rdf_preprocess_username |
drupal/core/modules/rdf/rdf.module |
Implements hook_preprocess_HOOK() for theme_username(). |
|
|
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. |
6 |
5 |
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. |
8 |
|
requirements1_test_requirements |
drupal/core/modules/system/tests/modules/requirements1_test/requirements1_test.install |
Implements hook_requirements(). |
|
|
rest_help |
drupal/core/modules/rest/rest.module |
Implements hook_help(). |
|
|
rest_permission |
drupal/core/modules/rest/rest.module |
Implements hook_permission(). |
|
|
returnArgument |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php |
@since Method available since Release 3.3.0 |
|
|
returnCallback |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php |
@since Method available since Release 3.3.0 |
|
|
returnSelf |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php |
Returns the current object. |
|
|
returnValue |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php |
@since Method available since Release 3.0.0 |
|
|