You are here

function drush_yaml_content_import_dev in YAML Content 8.2

Import debugging content.

File

./yaml_content.drush.inc, line 119
Drush commands for the yaml_content module.

Code

function drush_yaml_content_import_dev() {
  $content_path = drupal_get_path('module', 'yaml_content') . '/content';
  drush_yaml_content_import($content_path, 'dev.content.yml');
}