You are here

public function Dashboard::showAlwaysInFrontend in Dashboards with Layout Builder 2.0.x

Same name and namespace in other branches
  1. 8 src/Entity/Dashboard.php \Drupal\dashboards\Entity\Dashboard::showAlwaysInFrontend()

Should this dashboard rendered in frontend theme.

Return value

bool Return true if is correct.

File

src/Entity/Dashboard.php, line 173

Class

Dashboard
Dashboard.

Namespace

Drupal\dashboards\Entity

Code

public function showAlwaysInFrontend() {
  return $this->frontend;
}