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

Breadcrumb

  1. Drupal Core 11.1.x

LocaleOptionsInterface.php

Namespace

PhpTuf\ComposerStager\API\Translation\Service

File

vendor/php-tuf/composer-stager/src/API/Translation/Service/LocaleOptionsInterface.php

View source
<?php

declare (strict_types=1);
namespace PhpTuf\ComposerStager\API\Translation\Service;


/**
 * Provides locale values for the translation system.
 *
 * @package Translation
 *
 * @api This interface is subject to our backward compatibility promise and may be safely depended upon.
 */
interface LocaleOptionsInterface {
    
    /** Gets the default locale. */
    public function default() : string;

}

Interfaces

Title Deprecated Summary
LocaleOptionsInterface Provides locale values for the translation system.

API Navigation

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