You are here

Undefined.php in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 core/lib/Drupal/Core/Config/Schema/Undefined.php

File

core/lib/Drupal/Core/Config/Schema/Undefined.php
View source
<?php

/**
 * @file
 * Contains \Drupal\Core\Config\Schema\Undefined.
 */
namespace Drupal\Core\Config\Schema;


/**
 * Undefined configuration element.
 */
class Undefined extends Element {

}

Classes

Namesort descending Description
Undefined Undefined configuration element.