markdown 验证约束检查

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 验证约束检查相关的知识,希望对你有一定的参考价值。

### Constraint
```
php/web/modules/custom/scmp_application/src/Plugin/Validation/Constraint/ApplicationEntityReferenceConstraint.php
```

### Validator
```
php/web/modules/custom/scmp_application/src/Plugin/Validation/Constraint/ApplicationEntityReferenceConstraintValidator.php
```

### alter
```php
function scmp_application_entity_type_alter(array &$entity_types) {
  $node = $entity_types['node'];
  /**
   * check the application of node and entity reference is same application id
   *
   * @see \Drupal\scmp_application\Plugin\Validation\Constraint\ApplicationEntityReferenceConstraint
   */
  $node->addConstraint('ApplicationEntityReference');
}
```

以上是关于markdown 验证约束检查的主要内容,如果未能解决你的问题,请参考以下文章

Oracle约束的状态及验证机制

JPA 验证唯一约束的最佳方法

Oracle 11g - 使用 RegEx 检查约束

如何验证 Composer 版本约束支持所需的版本?

.NET TimeSpan 的 T-SQL 检查约束?

SpringBoot_@valid_参数校验