Issue #3333841: Drupal Coding Standards Issues | phpcs
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
29 29 * ) 30 30 */ 31 31 class TokenBrowser extends CKEditorPluginBase implements ContainerFactoryPluginInterface, CKEditorPluginConfigurableInterface { 32 use StringTranslationTrait; Great move, thank you.
This is just missing the service dependency injection per https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21StringTranslation%21StringTranslationTrait.php/trait/StringTranslationTrait/ :
If the class is capable of injecting services from the container, it should inject the 'string_translation' service and assign it to $this->stringTranslation.
Please register or sign in to reply