FileTestCdn.php

Namespace

Drupal\file_test

File

core/modules/file/tests/file_test/src/FileTestCdn.php

View source
<?php

declare (strict_types=1);
namespace Drupal\file_test;


/**
 * Test Cdn.
 */
enum FileTestCdn : string
{
  
  /*
   * First Cdn.
   */
  case First = 'http://cdn1.example.com';
  
  /*
   * Second Cdn.
   */
  case Second = 'http://cdn2.example.com';
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.