@@ -146,9 +193,9 @@ class DefaultEntityProcessorForm extends ExternalPluginFormBase implements Conta
$form['owner_id']=[
'#type'=>'entity_autocomplete',
'#title'=>$this->t('Owner'),
'#description'=>$this->t('Select the owner of the entities to be created. Leave blank for %anonymous.',['%anonymous'=>\Drupal::config('user.settings')->get('anonymous')]),
'#description'=>$this->t('Select the owner of the entities to be created. Leave blank for %anonymous.',['%anonymous'=>$this->userSettings->get('anonymous')]),