Loading src/Plugin/simple_sitemap/SitemapGenerator/SitemapGeneratorBase.php +4 −4 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ use Drupal\Core\Url; use Drupal\simple_sitemap\Plugin\simple_sitemap\SimplesitemapPluginBase; use Symfony\Component\DependencyInjection\ContainerInterface; use Drupal\Core\Database\Connection; use Drupal\Core\Extension\ModuleHandler; use Drupal\Core\Extension\ModuleHandlerInterface; use Drupal\Core\Language\LanguageManagerInterface; use Drupal\Component\Datetime\Time; use Drupal\Core\Language\LanguageInterface; Loading @@ -32,7 +32,7 @@ abstract class SitemapGeneratorBase extends SimplesitemapPluginBase implements S protected $languageManager; /** * @var \Drupal\Core\Extension\ModuleHandler * @var \Drupal\Core\Extension\ModuleHandlerInterface */ protected $moduleHandler; Loading Loading @@ -74,7 +74,7 @@ abstract class SitemapGeneratorBase extends SimplesitemapPluginBase implements S * @param string $plugin_id * @param mixed $plugin_definition * @param \Drupal\Core\Database\Connection $database * @param \Drupal\Core\Extension\ModuleHandler $module_handler * @param \Drupal\Core\Extension\ModuleHandlerInterface $module_handler * @param \Drupal\Core\Language\LanguageManagerInterface $language_manager * @param \Drupal\Component\Datetime\Time $time * @param \Drupal\simple_sitemap\Plugin\simple_sitemap\SitemapGenerator\SitemapWriter $sitemap_writer Loading @@ -84,7 +84,7 @@ abstract class SitemapGeneratorBase extends SimplesitemapPluginBase implements S $plugin_id, $plugin_definition, Connection $database, ModuleHandler $module_handler, ModuleHandlerInterface $module_handler, LanguageManagerInterface $language_manager, Time $time, SitemapWriter $sitemap_writer Loading src/Plugin/simple_sitemap/UrlGenerator/ArbitraryUrlGenerator.php +3 −3 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ namespace Drupal\simple_sitemap\Plugin\simple_sitemap\UrlGenerator; use Drupal\simple_sitemap\Logger; use Drupal\simple_sitemap\Simplesitemap; use Drupal\Core\Extension\ModuleHandler; use Drupal\Core\Extension\ModuleHandlerInterface; use Symfony\Component\DependencyInjection\ContainerInterface; /** Loading @@ -28,7 +28,7 @@ class ArbitraryUrlGenerator extends UrlGeneratorBase { * @param $plugin_definition * @param \Drupal\simple_sitemap\Simplesitemap $generator * @param \Drupal\simple_sitemap\Logger $logger * @param \Drupal\Core\Extension\ModuleHandler $module_handler * @param \Drupal\Core\Extension\ModuleHandlerInterface $module_handler */ public function __construct( array $configuration, Loading @@ -36,7 +36,7 @@ class ArbitraryUrlGenerator extends UrlGeneratorBase { $plugin_definition, Simplesitemap $generator, Logger $logger, ModuleHandler $module_handler ModuleHandlerInterface $module_handler ) { parent::__construct( $configuration, Loading Loading
src/Plugin/simple_sitemap/SitemapGenerator/SitemapGeneratorBase.php +4 −4 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ use Drupal\Core\Url; use Drupal\simple_sitemap\Plugin\simple_sitemap\SimplesitemapPluginBase; use Symfony\Component\DependencyInjection\ContainerInterface; use Drupal\Core\Database\Connection; use Drupal\Core\Extension\ModuleHandler; use Drupal\Core\Extension\ModuleHandlerInterface; use Drupal\Core\Language\LanguageManagerInterface; use Drupal\Component\Datetime\Time; use Drupal\Core\Language\LanguageInterface; Loading @@ -32,7 +32,7 @@ abstract class SitemapGeneratorBase extends SimplesitemapPluginBase implements S protected $languageManager; /** * @var \Drupal\Core\Extension\ModuleHandler * @var \Drupal\Core\Extension\ModuleHandlerInterface */ protected $moduleHandler; Loading Loading @@ -74,7 +74,7 @@ abstract class SitemapGeneratorBase extends SimplesitemapPluginBase implements S * @param string $plugin_id * @param mixed $plugin_definition * @param \Drupal\Core\Database\Connection $database * @param \Drupal\Core\Extension\ModuleHandler $module_handler * @param \Drupal\Core\Extension\ModuleHandlerInterface $module_handler * @param \Drupal\Core\Language\LanguageManagerInterface $language_manager * @param \Drupal\Component\Datetime\Time $time * @param \Drupal\simple_sitemap\Plugin\simple_sitemap\SitemapGenerator\SitemapWriter $sitemap_writer Loading @@ -84,7 +84,7 @@ abstract class SitemapGeneratorBase extends SimplesitemapPluginBase implements S $plugin_id, $plugin_definition, Connection $database, ModuleHandler $module_handler, ModuleHandlerInterface $module_handler, LanguageManagerInterface $language_manager, Time $time, SitemapWriter $sitemap_writer Loading
src/Plugin/simple_sitemap/UrlGenerator/ArbitraryUrlGenerator.php +3 −3 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ namespace Drupal\simple_sitemap\Plugin\simple_sitemap\UrlGenerator; use Drupal\simple_sitemap\Logger; use Drupal\simple_sitemap\Simplesitemap; use Drupal\Core\Extension\ModuleHandler; use Drupal\Core\Extension\ModuleHandlerInterface; use Symfony\Component\DependencyInjection\ContainerInterface; /** Loading @@ -28,7 +28,7 @@ class ArbitraryUrlGenerator extends UrlGeneratorBase { * @param $plugin_definition * @param \Drupal\simple_sitemap\Simplesitemap $generator * @param \Drupal\simple_sitemap\Logger $logger * @param \Drupal\Core\Extension\ModuleHandler $module_handler * @param \Drupal\Core\Extension\ModuleHandlerInterface $module_handler */ public function __construct( array $configuration, Loading @@ -36,7 +36,7 @@ class ArbitraryUrlGenerator extends UrlGeneratorBase { $plugin_definition, Simplesitemap $generator, Logger $logger, ModuleHandler $module_handler ModuleHandlerInterface $module_handler ) { parent::__construct( $configuration, Loading