Problem/Motivation

We are currently using the cache key of the password policy constraint plugins.

Probably a bad copy and paste.

  public function __construct(\Traversable $namespaces, CacheBackendInterface $cache_backend, ModuleHandlerInterface $module_handler) {
    parent::__construct('Plugin/TermGlossaryHandler', $namespaces, $module_handler, 'Drupal\term_glossary\TermGlossaryHandlerInterface', 'Drupal\term_glossary\Annotation\TermGlossaryHandler');
    $this->alterInfo('term_glossary_handler_info');
    $this->setCacheBackend($cache_backend, 'password_policy_constraint');
  }
Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

mably created an issue. See original summary.

  • mably committed e056437e on 4.x
    Issue #3560358 by mably: TermGlossaryHandlerPluginManager cache key...
mably’s picture

Status: Active » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.