You are here

function fb_stream_get_setting in Drupal for Facebook 7.3

Same name and namespace in other branches
  1. 6.3 fb_stream.module \fb_stream_get_setting()

Gets the auto node title setting associated with the given content type.

File

./fb_stream.module, line 405
Support for Facebook's Stream API.

Code

function fb_stream_get_setting($type) {
  return variable_get('fb_stream_' . $type, FALSE);
}