You are here

function _panopoly_core_null_message in Panopoly Core 7

Helpfer function to import demo content for apps using Migrate.

2 string references to '_panopoly_core_null_message'
_panopoly_core_import_demo_content in ./panopoly_core.module
Helpfer function to import demo content for apps using Migrate.
_panopoly_core_rollback_demo_content in ./panopoly_core.module
Helpfer function to import demo content for apps using Migrate.

File

./panopoly_core.module, line 343

Code

function _panopoly_core_null_message($message, $level) {
  return;
}