Enables admin links on the rendered view.
bool $show_admin_links: TRUE if the admin links should be shown.
public function setShowAdminLinks($show_admin_links) { $this->showAdminLinks = (bool) $show_admin_links; }