public function Dashboard::showAlwaysInFrontend in Dashboards with Layout Builder 8
Same name and namespace in other branches
- 2.0.x 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 169
Class
- Dashboard
- Dashboard.
Namespace
Drupal\dashboards\EntityCode
public function showAlwaysInFrontend() {
return $this->frontend;
}