function social_path_manager_entity_update in Open Social 8.9
Same name and namespace in other branches
- 8.5 modules/custom/social_path_manager/social_path_manager.module \social_path_manager_entity_update()
- 8.6 modules/custom/social_path_manager/social_path_manager.module \social_path_manager_entity_update()
- 8.7 modules/custom/social_path_manager/social_path_manager.module \social_path_manager_entity_update()
- 8.8 modules/custom/social_path_manager/social_path_manager.module \social_path_manager_entity_update()
- 10.3.x modules/custom/social_path_manager/social_path_manager.module \social_path_manager_entity_update()
- 10.0.x modules/custom/social_path_manager/social_path_manager.module \social_path_manager_entity_update()
- 10.1.x modules/custom/social_path_manager/social_path_manager.module \social_path_manager_entity_update()
- 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');
}