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

Breadcrumb

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

function Normalizer::getData

1 call to Normalizer::getData()
Normalizer::normalize in vendor/symfony/polyfill-intl-normalizer/Normalizer.php

File

vendor/symfony/polyfill-intl-normalizer/Normalizer.php, line 302

Class

Normalizer
Normalizer is a PHP fallback implementation of the Normalizer class provided by the intl extension.

Namespace

Symfony\Polyfill\Intl\Normalizer

Code

private static function getData($file) {
    if (file_exists($file = __DIR__ . '/Resources/unidata/' . $file . '.php')) {
        return require $file;
    }
    return false;
}

API Navigation

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