Skip to content

Commit

Permalink
Display hook_theme message after code generation
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolivas committed Oct 21, 2014
1 parent e4fa64c commit 4b9c228
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Generator/EntityContentGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,7 @@ public function generate($module, $entity_name, $entity_class)
$parameters
);

echo 'Add this to your hook_theme:' . PHP_EOL;
echo $content;
}
}

0 comments on commit 4b9c228

Please sign in to comment.