Abstract_Dashboard::get_dashboard()
Get the integration endpoints dashboard template.
Return
(string) HTML for the dashboard.
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 );
}
Changelog
| Version | Description |
|---|---|
| 6.0.0 | Introduced. |