Ignore.php 124 B

12345678910
  1. <?php
  2. namespace Drupal\Core\Config\Schema;
  3. /**
  4. * Configuration property to ignore.
  5. */
  6. class Ignore extends Element {
  7. }