Loading modules/content_calendar/src/ContentCalendarService.php +3 −3 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ namespace Drupal\content_calendar; use Drupal\Core\Database\Driver\mysql\Connection; use Drupal\Core\Database\Connection; /** * Implements ContentCalendarService class. Loading @@ -10,9 +10,9 @@ use Drupal\Core\Database\Driver\mysql\Connection; class ContentCalendarService { /** * Drupal\Core\Database\Driver\mysql\Connection definition. * The database connection. * * @var \Drupal\Core\Database\Driver\mysql\Connection * @var \Drupal\Core\Database\Connection */ protected $database; Loading modules/content_kanban/src/KanbanLogService.php +3 −3 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ namespace Drupal\content_kanban; use Drupal\content_kanban\Entity\KanbanLog; use Drupal\Core\Database\Driver\mysql\Connection; use Drupal\Core\Database\Connection; use Drupal\Core\Entity\EntityStorageException; use Drupal\Core\Entity\EntityTypeManagerInterface; Loading @@ -13,9 +13,9 @@ use Drupal\Core\Entity\EntityTypeManagerInterface; class KanbanLogService { /** * Drupal\Core\Database\Driver\mysql\Connection definition. * The database connection. * * @var \Drupal\Core\Database\Driver\mysql\Connection * @var \Drupal\Core\Database\Connection */ protected $database; Loading modules/content_kanban/src/KanbanService.php +3 −3 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ use Drupal\content_calendar\ContentTypeConfigService; use Drupal\content_kanban\Form\SettingsForm; use Drupal\content_moderation\ModerationInformationInterface; use Drupal\Core\Config\ConfigFactoryInterface; use Drupal\Core\Database\Driver\mysql\Connection; use Drupal\Core\Database\Connection; use Drupal\Core\Entity\EntityTypeManagerInterface; use Drupal\Core\Extension\ModuleHandlerInterface; use Drupal\content_kanban\Form\KanbanFilterForm; Loading @@ -26,9 +26,9 @@ class KanbanService { protected $configFactory; /** * Drupal\Core\Database\Driver\mysql\Connection definition. * The database connection. * * @var \Drupal\Core\Database\Driver\mysql\Connection * @var \Drupal\Core\Database\Connection */ protected $database; Loading modules/content_kanban/src/KanbanStatisticService.php +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ namespace Drupal\content_kanban; use Drupal\Core\Database\Driver\mysql\Connection; use Drupal\Core\Database\Connection; use Drupal\workflows\Entity\Workflow; /** Loading modules/content_kanban/src/KanbanWorkflowService.php +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ namespace Drupal\content_kanban; use Drupal\Core\Database\Driver\mysql\Connection; use Drupal\Core\Database\Connection; use Drupal\content_moderation\ModerationInformationInterface; use Drupal\Core\Entity\ContentEntityInterface; use Drupal\Core\Session\AccountInterface; Loading Loading
modules/content_calendar/src/ContentCalendarService.php +3 −3 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ namespace Drupal\content_calendar; use Drupal\Core\Database\Driver\mysql\Connection; use Drupal\Core\Database\Connection; /** * Implements ContentCalendarService class. Loading @@ -10,9 +10,9 @@ use Drupal\Core\Database\Driver\mysql\Connection; class ContentCalendarService { /** * Drupal\Core\Database\Driver\mysql\Connection definition. * The database connection. * * @var \Drupal\Core\Database\Driver\mysql\Connection * @var \Drupal\Core\Database\Connection */ protected $database; Loading
modules/content_kanban/src/KanbanLogService.php +3 −3 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ namespace Drupal\content_kanban; use Drupal\content_kanban\Entity\KanbanLog; use Drupal\Core\Database\Driver\mysql\Connection; use Drupal\Core\Database\Connection; use Drupal\Core\Entity\EntityStorageException; use Drupal\Core\Entity\EntityTypeManagerInterface; Loading @@ -13,9 +13,9 @@ use Drupal\Core\Entity\EntityTypeManagerInterface; class KanbanLogService { /** * Drupal\Core\Database\Driver\mysql\Connection definition. * The database connection. * * @var \Drupal\Core\Database\Driver\mysql\Connection * @var \Drupal\Core\Database\Connection */ protected $database; Loading
modules/content_kanban/src/KanbanService.php +3 −3 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ use Drupal\content_calendar\ContentTypeConfigService; use Drupal\content_kanban\Form\SettingsForm; use Drupal\content_moderation\ModerationInformationInterface; use Drupal\Core\Config\ConfigFactoryInterface; use Drupal\Core\Database\Driver\mysql\Connection; use Drupal\Core\Database\Connection; use Drupal\Core\Entity\EntityTypeManagerInterface; use Drupal\Core\Extension\ModuleHandlerInterface; use Drupal\content_kanban\Form\KanbanFilterForm; Loading @@ -26,9 +26,9 @@ class KanbanService { protected $configFactory; /** * Drupal\Core\Database\Driver\mysql\Connection definition. * The database connection. * * @var \Drupal\Core\Database\Driver\mysql\Connection * @var \Drupal\Core\Database\Connection */ protected $database; Loading
modules/content_kanban/src/KanbanStatisticService.php +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ namespace Drupal\content_kanban; use Drupal\Core\Database\Driver\mysql\Connection; use Drupal\Core\Database\Connection; use Drupal\workflows\Entity\Workflow; /** Loading
modules/content_kanban/src/KanbanWorkflowService.php +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ namespace Drupal\content_kanban; use Drupal\Core\Database\Driver\mysql\Connection; use Drupal\Core\Database\Connection; use Drupal\content_moderation\ModerationInformationInterface; use Drupal\Core\Entity\ContentEntityInterface; use Drupal\Core\Session\AccountInterface; Loading