|
|
Drupal example source code file (entity_cache_test_dependency.module)
The entity_cache_test_dependency.module Drupal example source code<?php // $Id: entity_cache_test_dependency.module,v 1.2 2010/09/15 04:34:27 webchick Exp $ /** * @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' => 'Entity Cache Test', ), ); } Other Drupal examples (source code examples)Here is a short list of links related to this Drupal entity_cache_test_dependency.module source code file: |
"Drupal" is a registered trademark of Dries Buytaert.
my drupal tutorials and examples
Copyright
1998-2016 Alvin Alexander, alvinalexander.com
All Rights Reserved.
Beginning in 2016, a portion of the proceeds from pages under the '/drupal-code-examples/' URI will be donated to charity.