You are here

function social_album_social_core_node_default_title_route in Open Social 10.2.x

Same name and namespace in other branches
  1. 10.3.x modules/social_features/social_album/social_album.module \social_album_social_core_node_default_title_route()
  2. 10.0.x modules/social_features/social_album/social_album.module \social_album_social_core_node_default_title_route()
  3. 10.1.x modules/social_features/social_album/social_album.module \social_album_social_core_node_default_title_route()

Implements hook_social_core_node_default_title_route().

File

modules/social_features/social_album/social_album.module, line 218
The Social Album module.

Code

function social_album_social_core_node_default_title_route() {
  return 'social_album.post';
}