You are here

Undefined.php in Drupal 10

File

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

namespace Drupal\Core\Config\Schema;


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

}

Classes

Namesort descending Description
Undefined Undefined configuration element.