You are here

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

File

src/Entity/Dashboard.php, line 156

Class

Dashboard
Dashboard.

Namespace

Drupal\dashboards\Entity

Code

public function isLayoutBuilderEnabled() {
  return TRUE;
}