objectLinkDisabled = $state; return $this; } /** * Get whether list items should render host and service links * * @return bool */ public function getObjectLinkDisabled(): bool { return $this->objectLinkDisabled; } }