You are here

function patterns_patterns_directory in Patterns 6.2

Same name and namespace in other branches
  1. 6 patterns.module \patterns_patterns_directory()

Implementation of hook_patterns_directory()

Let us know about where the pattern files are at

File

./patterns.module, line 1050
Enables extremely simple adding/removing features to your site with minimal to no configuration

Code

function patterns_patterns_directory() {
  return drupal_get_path('module', 'patterns');
}