Returns whether admin links should be rendered on the view.
bool TRUE if admin links should be rendered, else FALSE.
public function getShowAdminLinks() { if (!isset($this->showAdminLinks)) { return $this->getDisplay() ->getOption('show_admin_links'); } return $this->showAdminLinks; }