You are here

function social_path_manager_entity_update in Open Social 8.7

Same name and namespace in other branches
  1. 8.9 modules/custom/social_path_manager/social_path_manager.module \social_path_manager_entity_update()
  2. 8.5 modules/custom/social_path_manager/social_path_manager.module \social_path_manager_entity_update()
  3. 8.6 modules/custom/social_path_manager/social_path_manager.module \social_path_manager_entity_update()
  4. 8.8 modules/custom/social_path_manager/social_path_manager.module \social_path_manager_entity_update()
  5. 10.3.x modules/custom/social_path_manager/social_path_manager.module \social_path_manager_entity_update()
  6. 10.0.x modules/custom/social_path_manager/social_path_manager.module \social_path_manager_entity_update()
  7. 10.1.x modules/custom/social_path_manager/social_path_manager.module \social_path_manager_entity_update()
  8. 10.2.x modules/custom/social_path_manager/social_path_manager.module \social_path_manager_entity_update()

Implements hook_entity_update().

File

modules/custom/social_path_manager/social_path_manager.module, line 64
The Social Path Manager module.

Code

function social_path_manager_entity_update(EntityInterface $entity) {
  _social_path_manager_update_alias($entity, 'update');
}