You are here

function author_pane_load in Author Pane 8.3

Menu argument loader. Returns an Author Pane entity

Parameters

$id:

Return value

AuthorPane

File

./author_pane.module, line 43
Contains author_pane.module.

Code

function author_pane_load($id) {
  return AuthorPane::load($id);
}