Abstract_Dashboard::get_dashboard()

Get the integration endpoints dashboard template.


Return

(string) HTML for the dashboard.


Top ↑

Source

File: src/Common/Event_Automator/Integrations/Admin/Abstract_Dashboard.php

	public function get_dashboard() {
		$endpoints = $this->get_endpoints();

		return $this->template_modifications->get_dashboard( $endpoints, $this->manager, $this->url );
	}

Top ↑

Changelog

Changelog
Version Description
6.0.0 Introduced.