Quick fixes to docs for a couple hook implementations:

 /**
- * Implements [component]_features_export_rebuild().
+ * Implements [component]_features_rebuild().
  */
 function uuid_entities_features_rebuild($module_name) {
   uuid_entities_rebuild($module_name, 'rebuild');
 }
 
 /**
- * Implements [component]_features_export_revert().
+ * Implements [component]_features_revert().
  */
 function uuid_entities_features_revert($module_name) {

(This is a mistake in Features API docs too: #1159390: incorrect revert hook name in features.api.php?.)

Comments

jeffschuler’s picture

Status: Active » Needs review
StatusFileSize
new676 bytes
jonhattan’s picture

Status: Needs review » Reviewed & tested by the community
mgifford’s picture

@jonhattan what tests did you do to ensure that the patch applies properly?

Does it still work with the latest version in git?

skwashd’s picture

Issue summary: View changes
Status: Reviewed & tested by the community » Fixed

@jeffschuler thanks for the patch. I have committed the change.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.