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

Breadcrumb

  1. Drupal Core 11.1.x

Normalizer.php

Same filename in this branch
  1. 11.1.x vendor/symfony/polyfill-intl-normalizer/Normalizer.php

File

vendor/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php

View source
<?php

class Normalizer extends Symfony\Polyfill\Intl\Normalizer\Normalizer {
    
    /**
     * @deprecated since ICU 56 and removed in PHP 8
     */
    public const NONE = 2;
    public const FORM_D = 4;
    public const FORM_KD = 8;
    public const FORM_C = 16;
    public const FORM_KC = 32;
    public const NFD = 4;
    public const NFKD = 8;
    public const NFC = 16;
    public const NFKC = 32;

}

Classes

Title Deprecated Summary
Normalizer

API Navigation

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