You are here

Ignore.php in Zircon Profile 8.0

Same filename and directory in other branches
  1. 8 core/lib/Drupal/Core/Config/Schema/Ignore.php

File

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

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


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

}

Classes

Namesort descending Description
Ignore Configuration property to ignore.