You are here

function ldap_servers_update_8305 in Lightweight Directory Access Protocol (LDAP) 8.4

Same name and namespace in other branches
  1. 8.3 ldap_servers/ldap_servers.install \ldap_servers_update_8305()

Removal of double-escaping.

File

ldap_servers/ldap_servers.install, line 115

Code

function ldap_servers_update_8305() : \Drupal\Core\StringTranslation\TranslatableMarkup {
  return t('Escaping of field data now relies solely on Twig auto-escaping. If you have created custom code make sure it takes this into account. See https://www.drupal.org/project/ldap/issues/2969097 for details.');
}