Loading src/Processor/Processor.php +2 −2 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ namespace Drupal\consent_support\Processor; use Drupal\Component\Utility\Html; use Drupal\consent_support\Entity\ConfigInterface; use Drupal\consent_support\NoConsentMessageInterface; use Drupal\cookiepro_plus\CookieProConfigKeysInterface; use Drupal\cookiepro_plus\CookieProConstantsInterface; use Drupal\cookiepro_plus\CookieProInterface; use Drupal\Core\Cache\Cache; use Drupal\Core\Entity\EntityTypeManagerInterface; Loading @@ -18,7 +18,7 @@ use Psr\Log\LoggerInterface; * * Default implementation of ProcessorInterface. */ class Processor implements ProcessorInterface, CookieProConfigKeysInterface { class Processor implements ProcessorInterface, CookieProConstantsInterface { /** * The CookiePro service. Loading Loading
src/Processor/Processor.php +2 −2 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ namespace Drupal\consent_support\Processor; use Drupal\Component\Utility\Html; use Drupal\consent_support\Entity\ConfigInterface; use Drupal\consent_support\NoConsentMessageInterface; use Drupal\cookiepro_plus\CookieProConfigKeysInterface; use Drupal\cookiepro_plus\CookieProConstantsInterface; use Drupal\cookiepro_plus\CookieProInterface; use Drupal\Core\Cache\Cache; use Drupal\Core\Entity\EntityTypeManagerInterface; Loading @@ -18,7 +18,7 @@ use Psr\Log\LoggerInterface; * * Default implementation of ProcessorInterface. */ class Processor implements ProcessorInterface, CookieProConfigKeysInterface { class Processor implements ProcessorInterface, CookieProConstantsInterface { /** * The CookiePro service. Loading