diff --git a/core/lib/Drupal/Core/Entity/Plugin/Condition/EntityBundle.php b/core/lib/Drupal/Core/Entity/Plugin/Condition/EntityBundle.php index d9f1925836..0fdc533e8d 100644 --- a/core/lib/Drupal/Core/Entity/Plugin/Condition/EntityBundle.php +++ b/core/lib/Drupal/Core/Entity/Plugin/Condition/EntityBundle.php @@ -12,7 +12,12 @@ /** * Provides the 'Entity Bundle' condition. - */ + * + * @Condition( + * id = "entity_bundle:node", + * label = @Translation("Entity Bundle"), + * ) +*/ #[Condition( id: "entity_bundle", deriver: EntityBundleDeriver::class,