You are here

public function AuthorPaneManager::load in Author Pane 8.3

File

src/AuthorPaneManager.php, line 34
Contains the \Drupal\author_pane\AuthorPaneManager class.

Class

AuthorPaneManager
Class AuthorPaneManager.

Namespace

Drupal\author_pane

Code

public function load($author_pane_id) {
  $this->authorPane = \Drupal\author_pane\Entity\AuthorPane::load($author_pane_id);
  return $this->authorPane;
}