You are here

function command_button_view in Command Buttons 7

This is just a passthrough for entityname_view().

File

./command_buttons.module, line 414

Code

function command_button_view($entity, $view_mode = 'full', $langcode) {
  return command_buttons_view($entity, $view_mode, $langcode);
}