getEntities(['status' => STATUS['AVAILABLE']]) as $entity) $dashboards[] = $this->action_render_process( 'dashboard', [ 'layout' => 'admin', 'entity' => $entity ], 'traffic' ); return $this->action_render_process( __FUNCTION__, [ 'authContext' => $this->getAuthContext(), 'classPath' => service('trafficservice')->getClassPaths(false), 'layout' => 'admin', 'dashboards' => $dashboards ] ); } }