Issue #1879214 by swentel, Berdir: Fix param docs for hook_field_attach_create_bundle

8.0.x
Jennifer Hodgdon 2013-01-08 16:19:14 -08:00
parent b518cdce22
commit ba7b4570ea
1 changed files with 3 additions and 3 deletions

View File

@ -1157,10 +1157,10 @@ function hook_field_available_languages_alter(&$langcodes, $context) {
* *
* This hook is invoked after the field module has performed the operation. * This hook is invoked after the field module has performed the operation.
* *
* @param $entity_type * @param string $entity_type
* The type of $entity; e.g. 'node' or 'user'. * The type of $entity; e.g. 'node' or 'user'.
* @param $entity * @param string $bundle
* the entity with fields to process. * The name of the bundle.
*/ */
function hook_field_attach_create_bundle($entity_type, $bundle) { function hook_field_attach_create_bundle($entity_type, $bundle) {
// When a new bundle is created, the menu needs to be rebuilt to add the // When a new bundle is created, the menu needs to be rebuilt to add the