26.03.2026 | Pascal Crott

Clear plugin manager cache

my_module.module
\Drupal::service('plugin_id.manager')->clearCachedDefinitions();
// Clear entity_type plugin cache.
\Drupal::entityTypeManager()->clearCachedDefinitions();

Issue:

You want to clear a specific plugin cache.

Solution:

Use the snippet provided.