Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. NoSuspiciousCharacters.php

NoSuspiciousCharacters::CHECK_HIDDEN_OVERLAY

Check that a string does not have a combining character following a character in which it would be hidden; for example ā€œiā€ (Latin Small Letter I) followed by a U+0307 (Combining Dot Above).

File

vendor/symfony/validator/Constraints/NoSuspiciousCharacters.php, line 55

Class

NoSuspiciousCharacters
Validates that the given string does not contain characters used in spoofing security attacks.

Namespace

Symfony\Component\Validator\Constraints

Code

public const CHECK_HIDDEN_OVERLAY = 256;

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal