Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php namespace Drupal\Core\Config\Testing; use Drupal\Core\Config\Development\ConfigSch..

Decoded Output download

<?php

namespace Drupal\Core\Config\Testing;

use Drupal\Core\Config\Development\ConfigSchemaChecker as SchemaChecker;

/**
 * Listens to the config save event and validates schema.
 *
 * If tests have the $strictConfigSchema property set to TRUE this event
 * listener will be added to the container and throw exceptions if configuration
 * is invalid.
 *
 * @see \Drupal\KernelTests\KernelTestBase::register()
 * @see \Drupal\simpletest\WebTestBase::setUp()
 * @see \Drupal\simpletest\KernelTestBase::containerBuild()
 *
 * @deprecated in Drupal 8.3.0 and will be removed before Drupal 9.0.0.
 *   Use Drupal\Core\Config\Development\ConfigSchemaChecker.
 */
class ConfigSchemaChecker extends SchemaChecker {
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Drupal\Core\Config\Testing;

use Drupal\Core\Config\Development\ConfigSchemaChecker as SchemaChecker;

/**
 * Listens to the config save event and validates schema.
 *
 * If tests have the $strictConfigSchema property set to TRUE this event
 * listener will be added to the container and throw exceptions if configuration
 * is invalid.
 *
 * @see \Drupal\KernelTests\KernelTestBase::register()
 * @see \Drupal\simpletest\WebTestBase::setUp()
 * @see \Drupal\simpletest\KernelTestBase::containerBuild()
 *
 * @deprecated in Drupal 8.3.0 and will be removed before Drupal 9.0.0.
 *   Use Drupal\Core\Config\Development\ConfigSchemaChecker.
 */
class ConfigSchemaChecker extends SchemaChecker {
}

Function Calls

None

Variables

None

Stats

MD5 53ed595acb9746e14bb78dd2cd1ab2c2
Eval Count 0
Decode Time 84 ms