You are here

function patterns_patterns_directory in Patterns 6

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

Implementation of hook_patterns_directory()

Let us know about where the pattern files are at

File

./patterns.module, line 1044
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');
}