function pathauto_features_pipe_taxonomy_alter in Pathauto 7
Implements hook_features_pipe_COMPONENT_alter().
File
- ./
pathauto.module, line 1214 - Main file for the Pathauto module, which automatically generates aliases for content.
Code
function pathauto_features_pipe_taxonomy_alter(&$pipe, $data, $export) {
foreach ($data as $vocabulary) {
$pipe['variable'][] = "pathauto_taxonomy_term_{$vocabulary}_pattern";
}
}