Skip to content
Ignore.php 189 B
Newer Older
<?php

/**
 * @file
 * Contains \Drupal\Core\Config\Schema\Ignore.
 */

namespace Drupal\Core\Config\Schema;

/**
 * Configuration property to ignore.
 */
class Ignore extends Element {

}