Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Latest commit

 

History

History
executable file
·
15 lines (9 loc) · 400 Bytes

readme.md

File metadata and controls

executable file
·
15 lines (9 loc) · 400 Bytes

Entity API Demo

This repository houses the code used/created during the Drupalize.Me series covering the Entity API in Drupal 7.

Use

… fill this in ...

Creating New DB Snapshots

drush sql-dump | gzip > ../db/{CHAPTER}.sql.gz

This assumes you're using the drush/drushrc.php file which has settings for excluding all the cache_* and a few other tables.