entity_cache_test_dependency.module

Helper module for entity cache tests.

File

modules/simpletest/tests/entity_cache_test_dependency.module

View source
<?php


/**
 * @file
 * Helper module for entity cache tests.
 */

/**
 * Implements hook_entity_info().
 */
function entity_cache_test_dependency_entity_info() {
    return array(
        'entity_cache_test' => array(
            'label' => variable_get('entity_cache_test_label', 'Entity Cache Test'),
        ),
    );
}

Functions

Title Deprecated Summary
entity_cache_test_dependency_entity_info Implements hook_entity_info().

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.