Loading src/AliasTypeManager.php +1 −1 Original line number Diff line number Diff line Loading @@ -2,10 +2,10 @@ namespace Drupal\pathauto; use Drupal\Component\Plugin\FallbackPluginManagerInterface; use Drupal\Core\Cache\CacheBackendInterface; use Drupal\Core\Extension\ModuleHandlerInterface; use Drupal\Core\Plugin\DefaultPluginManager; use Drupal\Component\Plugin\FallbackPluginManagerInterface; /** * Manages pathauto alias type plugins. Loading src/EventSubscriber/PathautoSettingsCacheTag.php +1 −1 Original line number Diff line number Diff line Loading @@ -4,9 +4,9 @@ namespace Drupal\pathauto\EventSubscriber; use Drupal\Core\Config\ConfigCrudEvent; use Drupal\Core\Config\ConfigEvents; use Symfony\Component\EventDispatcher\EventSubscriberInterface; use Drupal\Core\Entity\EntityFieldManagerInterface; use Drupal\pathauto\AliasTypeManager; use Symfony\Component\EventDispatcher\EventSubscriberInterface; /** * A subscriber to clear fielddefinition cache when saving pathauto settings. Loading src/Form/PathautoAdminDelete.php +1 −1 Original line number Diff line number Diff line Loading @@ -4,8 +4,8 @@ namespace Drupal\pathauto\Form; use Drupal\Core\Form\FormBase; use Drupal\Core\Form\FormStateInterface; use Drupal\pathauto\AliasTypeManager; use Drupal\pathauto\AliasStorageHelperInterface; use Drupal\pathauto\AliasTypeManager; use Symfony\Component\DependencyInjection\ContainerInterface; /** Loading src/PathautoGenerator.php +1 −1 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ use Drupal\Core\Config\ConfigFactoryInterface; use Drupal\Core\Entity\ContentEntityInterface; use Drupal\Core\Entity\EntityInterface; use Drupal\Core\Entity\EntityMalformedException; use Drupal\Core\Entity\EntityTypeManagerInterface; use Drupal\Core\Entity\Exception\UndefinedLinkTemplateException; use Drupal\Core\Entity\RevisionableInterface; use Drupal\Core\Extension\ModuleHandlerInterface; Loading @@ -16,7 +17,6 @@ use Drupal\Core\StringTranslation\StringTranslationTrait; use Drupal\Core\StringTranslation\TranslationInterface; use Drupal\Core\Utility\Token; use Drupal\token\TokenEntityMapperInterface; use Drupal\Core\Entity\EntityTypeManagerInterface; /** * Provides methods for generating path aliases. Loading src/Plugin/migrate/source/PathautoPattern.php +1 −1 Original line number Diff line number Diff line Loading @@ -2,8 +2,8 @@ namespace Drupal\pathauto\Plugin\migrate\source; use Drupal\Core\Entity\EntityTypeManagerInterface; use Drupal\Core\Entity\EntityTypeBundleInfo; use Drupal\Core\Entity\EntityTypeManagerInterface; use Drupal\Core\State\StateInterface; use Drupal\migrate\Plugin\MigrationInterface; use Drupal\migrate\Row; Loading Loading
src/AliasTypeManager.php +1 −1 Original line number Diff line number Diff line Loading @@ -2,10 +2,10 @@ namespace Drupal\pathauto; use Drupal\Component\Plugin\FallbackPluginManagerInterface; use Drupal\Core\Cache\CacheBackendInterface; use Drupal\Core\Extension\ModuleHandlerInterface; use Drupal\Core\Plugin\DefaultPluginManager; use Drupal\Component\Plugin\FallbackPluginManagerInterface; /** * Manages pathauto alias type plugins. Loading
src/EventSubscriber/PathautoSettingsCacheTag.php +1 −1 Original line number Diff line number Diff line Loading @@ -4,9 +4,9 @@ namespace Drupal\pathauto\EventSubscriber; use Drupal\Core\Config\ConfigCrudEvent; use Drupal\Core\Config\ConfigEvents; use Symfony\Component\EventDispatcher\EventSubscriberInterface; use Drupal\Core\Entity\EntityFieldManagerInterface; use Drupal\pathauto\AliasTypeManager; use Symfony\Component\EventDispatcher\EventSubscriberInterface; /** * A subscriber to clear fielddefinition cache when saving pathauto settings. Loading
src/Form/PathautoAdminDelete.php +1 −1 Original line number Diff line number Diff line Loading @@ -4,8 +4,8 @@ namespace Drupal\pathauto\Form; use Drupal\Core\Form\FormBase; use Drupal\Core\Form\FormStateInterface; use Drupal\pathauto\AliasTypeManager; use Drupal\pathauto\AliasStorageHelperInterface; use Drupal\pathauto\AliasTypeManager; use Symfony\Component\DependencyInjection\ContainerInterface; /** Loading
src/PathautoGenerator.php +1 −1 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ use Drupal\Core\Config\ConfigFactoryInterface; use Drupal\Core\Entity\ContentEntityInterface; use Drupal\Core\Entity\EntityInterface; use Drupal\Core\Entity\EntityMalformedException; use Drupal\Core\Entity\EntityTypeManagerInterface; use Drupal\Core\Entity\Exception\UndefinedLinkTemplateException; use Drupal\Core\Entity\RevisionableInterface; use Drupal\Core\Extension\ModuleHandlerInterface; Loading @@ -16,7 +17,6 @@ use Drupal\Core\StringTranslation\StringTranslationTrait; use Drupal\Core\StringTranslation\TranslationInterface; use Drupal\Core\Utility\Token; use Drupal\token\TokenEntityMapperInterface; use Drupal\Core\Entity\EntityTypeManagerInterface; /** * Provides methods for generating path aliases. Loading
src/Plugin/migrate/source/PathautoPattern.php +1 −1 Original line number Diff line number Diff line Loading @@ -2,8 +2,8 @@ namespace Drupal\pathauto\Plugin\migrate\source; use Drupal\Core\Entity\EntityTypeManagerInterface; use Drupal\Core\Entity\EntityTypeBundleInfo; use Drupal\Core\Entity\EntityTypeManagerInterface; use Drupal\Core\State\StateInterface; use Drupal\migrate\Plugin\MigrationInterface; use Drupal\migrate\Row; Loading