Undefined.php 126 B

12345678910
  1. <?php
  2. namespace Drupal\Core\Config\Schema;
  3. /**
  4. * Undefined configuration element.
  5. */
  6. class Undefined extends Element {
  7. }