Loading draggable_dashboard.module +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ function draggable_dashboard_theme($existing, $type, $theme, $path) { ], 'block__dashboard_item' => [ 'template' => 'block--dashboard-item', 'base hook' => 'block' 'base hook' => 'block', ], ]; } Loading draggable_dashboard.post_update.php +2 −1 Original line number Diff line number Diff line <?php use Drupal\Component\Serialization\Json; /** * Implements hook_post_update_NAME(). */ Loading src/Controller/DraggableDashboardController.php +0 −3 Original line number Diff line number Diff line Loading @@ -10,10 +10,7 @@ use Drupal\Core\Plugin\PluginFormFactoryInterface; use Drupal\Core\Url; use Drupal\draggable_dashboard\Entity\DashboardEntityInterface; use Symfony\Component\DependencyInjection\ContainerInterface; use Symfony\Component\HttpFoundation\JsonResponse; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException; use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; /** * Controller routines for draggable dashboards. Loading src/DashboardHtmlRouteProvider.php +1 −3 Original line number Diff line number Diff line Loading @@ -2,13 +2,11 @@ namespace Drupal\draggable_dashboard; use Drupal\Core\Entity\Controller\EntityController; use Drupal\Core\Entity\EntityTypeInterface; use Drupal\Core\Entity\Routing\AdminHtmlRouteProvider; use Symfony\Component\Routing\Route; /** * Class DashboardHtmlRouteProvider * Class DashboardHtmlRouteProvider. * * @package Drupal\draggable_dashboard */ Loading src/DashboardListBuilder.php +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ use Drupal\Core\Config\Entity\ConfigEntityListBuilder; use Drupal\Core\Entity\EntityInterface; /** * Class DashboardListBuilder * Class DashboardListBuilder. * * @package Drupal\draggable_dashboard */ Loading Loading
draggable_dashboard.module +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ function draggable_dashboard_theme($existing, $type, $theme, $path) { ], 'block__dashboard_item' => [ 'template' => 'block--dashboard-item', 'base hook' => 'block' 'base hook' => 'block', ], ]; } Loading
draggable_dashboard.post_update.php +2 −1 Original line number Diff line number Diff line <?php use Drupal\Component\Serialization\Json; /** * Implements hook_post_update_NAME(). */ Loading
src/Controller/DraggableDashboardController.php +0 −3 Original line number Diff line number Diff line Loading @@ -10,10 +10,7 @@ use Drupal\Core\Plugin\PluginFormFactoryInterface; use Drupal\Core\Url; use Drupal\draggable_dashboard\Entity\DashboardEntityInterface; use Symfony\Component\DependencyInjection\ContainerInterface; use Symfony\Component\HttpFoundation\JsonResponse; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException; use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; /** * Controller routines for draggable dashboards. Loading
src/DashboardHtmlRouteProvider.php +1 −3 Original line number Diff line number Diff line Loading @@ -2,13 +2,11 @@ namespace Drupal\draggable_dashboard; use Drupal\Core\Entity\Controller\EntityController; use Drupal\Core\Entity\EntityTypeInterface; use Drupal\Core\Entity\Routing\AdminHtmlRouteProvider; use Symfony\Component\Routing\Route; /** * Class DashboardHtmlRouteProvider * Class DashboardHtmlRouteProvider. * * @package Drupal\draggable_dashboard */ Loading
src/DashboardListBuilder.php +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ use Drupal\Core\Config\Entity\ConfigEntityListBuilder; use Drupal\Core\Entity\EntityInterface; /** * Class DashboardListBuilder * Class DashboardListBuilder. * * @package Drupal\draggable_dashboard */ Loading