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