Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| RdfGetRdfNamespacesTestCase::getInfo | function | modules/ |
|
| RdfGetRdfNamespacesTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| RdfGetRdfNamespacesTestCase::testGetRdfNamespaces | function | modules/ |
Test getting RDF namesapces. |
| RdfMappingDefinitionTestCase | class | modules/ |
|
| RdfMappingDefinitionTestCase::getInfo | function | modules/ |
|
| RdfMappingDefinitionTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| RdfMappingDefinitionTestCase::testAttributesInMarkup1 | function | modules/ |
Create a node of type blog and test whether the RDF mapping defined for this node type in rdf_test.module is used in the node page. |
| RdfMappingDefinitionTestCase::testAttributesInMarkup2 | function | modules/ |
Create a content type and a node of type test_bundle_hook_install and test whether the RDF mapping defined in rdf_test.install is used. |
| RdfMappingDefinitionTestCase::testAttributesInMarkup3 | function | modules/ |
Create a random content type and node and ensure the default mapping for node is used. |
| RdfMappingDefinitionTestCase::testTaxonomyTermRdfaAttributes | function | modules/ |
Creates a random term and ensures the right RDFa markup is used. |
| RdfMappingDefinitionTestCase::testUserAttributesInMarkup | function | modules/ |
Create a random user and ensure the default mapping for user is used. |
| RdfMappingHookTestCase | class | modules/ |
@file Tests for rdf.module. |
| RdfMappingHookTestCase::getInfo | function | modules/ |
|
| RdfMappingHookTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| RdfMappingHookTestCase::testMapping | function | modules/ |
Test that hook_rdf_mapping() correctly returns and processes mapping. |
| RdfRdfaMarkupTestCase | class | modules/ |
Test RDFa markup generation. |
| RdfRdfaMarkupTestCase::getInfo | function | modules/ |
|
| RdfRdfaMarkupTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| RdfRdfaMarkupTestCase::testAttributesInMarkupFile | function | modules/ |
Ensure that file fields have the correct resource as the object in RDFa when displayed as a teaser. |
| RdfRdfaMarkupTestCase::testDrupalRdfaAttributes | function | modules/ |
Test rdf_rdfa_attributes(). |
| RdfTrackerAttributesTestCase | class | modules/ |
|
| RdfTrackerAttributesTestCase::getInfo | function | modules/ |
|
| RdfTrackerAttributesTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| RdfTrackerAttributesTestCase::testAttributesInTracker | function | modules/ |
Create nodes as both admin and anonymous user and test for correct RDFa markup on the tracker page for those nodes and their comments. |
| RdfTrackerAttributesTestCase::_testBasicTrackerRdfaMarkup | function | modules/ |
Helper function for testAttributesInTracker(). |
| rdf_comment_load | function | modules/ |
Implements hook_comment_load(). |
| RDF_DEFAULT_BUNDLE | constant | modules/ |
RDF bundle flag: Default bundle. |
| rdf_entity_info_alter | function | modules/ |
Implements hook_entity_info_alter(). |
| rdf_entity_load | function | modules/ |
Implements hook_entity_load(). |
| rdf_field_attach_view_alter | function | modules/ |
Implements hook_field_attach_view_alter(). |
| rdf_get_namespaces | function | modules/ |
Returns an array of RDF namespaces defined in modules that implement hook_rdf_namespaces(). |
| rdf_help | function | modules/ |
Implements hook_help(). |
| rdf_install | function | modules/ |
Implements hook_install(). |
| rdf_mapping_delete | function | modules/ |
Deletes the mapping for the given bundle from the database. |
| rdf_mapping_load | function | modules/ |
Returns the mapping for attributes of a given entity type/bundle pair. |
| rdf_mapping_save | function | modules/ |
Saves an RDF mapping to the database. |
| rdf_modules_installed | function | modules/ |
Implements hook_modules_installed(). |
| rdf_modules_uninstalled | function | modules/ |
Implements hook_modules_uninstalled(). |
| rdf_preprocess_comment | function | modules/ |
Implements MODULE_preprocess_HOOK(). |
| rdf_preprocess_field | function | modules/ |
Implements MODULE_preprocess_HOOK(). |
| rdf_preprocess_image | function | modules/ |
Implements MODULE_preprocess_HOOK(). |
| rdf_preprocess_node | function | modules/ |
Implements MODULE_preprocess_HOOK(). |
| rdf_preprocess_taxonomy_term | function | modules/ |
Implements MODULE_preprocess_HOOK(). |
| rdf_preprocess_username | function | modules/ |
Implements MODULE_preprocess_HOOK(). |
| rdf_preprocess_user_profile | function | modules/ |
Implements MODULE_preprocess_HOOK(). |
| rdf_process | function | modules/ |
Template process function for adding extra tags to hold RDFa attributes. |
| rdf_rdfa_attributes | function | modules/ |
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,… |
| rdf_rdf_namespaces | function | modules/ |
Implements hook_rdf_namespaces(). |
| rdf_schema | function | modules/ |
Implements hook_schema(). |
| rdf_test.info | file | modules/ |
name = "RDF module tests" description = "Support module for RDF module testing." package = Testing version = VERSION core = 7.x hidden = TRUE dependencies[] = blog |
Pagination
- Previous page
- Page 158
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.