more module updates
This commit is contained in:
@@ -121,14 +121,14 @@ function hook_uuid_entities_post_rebuild($plan_name) {
|
||||
/**
|
||||
* Let other modules do things before default entities are created on revert.
|
||||
*/
|
||||
function hook_uuid_entities_pre_rebuild($plan_name) {
|
||||
function hook_uuid_entities_pre_revert($plan_name) {
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* Let other modules do things after default entities are created on revert.
|
||||
*/
|
||||
function hook_uuid_entities_post_rebuild($plan_name) {
|
||||
function hook_uuid_entities_post_revert($plan_name) {
|
||||
|
||||
}
|
||||
|
||||
@@ -152,12 +152,6 @@ function hook_uuid_entities_features_export_field_alter($entity_type, &$entity,
|
||||
function hook_uuid_uri_data($data) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Alter UUID URI data after processing.
|
||||
*/
|
||||
function hook_uuid_uri_data($data) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Alter entity URI before creating UUID URI.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user