Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Factory.php

function Factory::setConfig

Set config values

Parameters

int $checkMode Set checkMode options - does not preserve existing flags:

1 call to Factory::setConfig()
Factory::__construct in vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/Factory.php

File

vendor/justinrainbow/json-schema/src/JsonSchema/Constraints/Factory.php, line 93

Class

Factory
Factory for centralize constraint initialization.

Namespace

JsonSchema\Constraints

Code

public function setConfig($checkMode = Constraint::CHECK_MODE_NORMAL) {
    $this->checkMode = $checkMode;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal