AnotherEnumValue.php
Same filename and directory in other branches
Namespace
Drupal\config_enum_testFile
-
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.