AnotherEnumValue.php

Same filename and directory in other branches
  1. main core/modules/config/tests/config_enum_test/src/AnotherEnumValue.php

Namespace

Drupal\config_enum_test

File

core/modules/config/tests/config_enum_test/src/AnotherEnumValue.php

View source
<?php

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


/**
 * A test enum.
 *
 * Used by config_enum_dependency_test.
 */
enum AnotherEnumValue
{
  case Foo;
  case Bar;
}

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