You are here

Ignore.php in Drupal 10

File

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

namespace Drupal\Core\Config\Schema;


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

}

Classes

Namesort descending Description
Ignore Configuration property to ignore.