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

Breadcrumb

  1. Drupal Core 11.1.x

Info.php

Same filename in this branch
  1. 11.1.x vendor/phpunit/phpunit/src/Event/Value/Telemetry/Info.php
  2. 11.1.x vendor/squizlabs/php_codesniffer/src/Reports/Info.php

Namespace

Symfony\Polyfill\Intl\Idn

File

vendor/symfony/polyfill-intl-idn/Info.php

View source
<?php


/*
 * This file is part of the Symfony package.
 *
 * (c) Fabien Potencier <fabien@symfony.com> and Trevor Rowbotham <trevor.rowbotham@pm.me>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
namespace Symfony\Polyfill\Intl\Idn;


/**
 * @internal
 */
class Info {
    public $bidiDomain = false;
    public $errors = 0;
    public $validBidiDomain = true;
    public $transitionalDifferent = false;

}

Classes

Title Deprecated Summary
Info @internal

API Navigation

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