6829d51574e1d428bbf265e8cf4bae0f707a70f8
[yaffs-website] / Undefined.php
1 <?php
2
3 namespace Drupal\Core\Config\Schema;
4
5 /**
6  * Undefined configuration element.
7  */
8 class Undefined extends Element {
9
10 }