You are here

function hook_taxonomy_default_vocabularies_alter in Features 6

Same name and namespace in other branches
  1. 7.2 features.api.php \hook_taxonomy_default_vocabularies_alter()
  2. 7 features.api.php \hook_taxonomy_default_vocabularies_alter()

Alter the default vocabularies right before they are cached into the database.

Parameters

&$vocabularies: By reference. The vocabularies that have been declared by another feature.

Related topics

File

./features.api.php, line 324

Code

function hook_taxonomy_default_vocabularies_alter(&$vocabularies) {
}