You are here

interface RealisticDummyContentLog in Realistic Dummy Content 7

Interface for a log class

Hierarchy

Expanded class hierarchy of RealisticDummyContentLog

All classes that implement RealisticDummyContentLog

1 string reference to 'RealisticDummyContentLog'
realistic_dummy_content_api.drush.inc in api/realistic_dummy_content_api.drush.inc
Drush integration for the realistic_dummy_content_api module.

File

api/realistic_dummy_content_api.module, line 19
API code allowing other modules to generate realistic dummy content. See the Realistic Dummy Content module for an example of how to use.

View source
interface RealisticDummyContentLog {
  public function log($text, $vars = array());
  public function error($text, $vars = array());

}

Members