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

Breadcrumb

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

function ExecutionContextInterface::markGroupAsValidated

Warning: Should not be called by user code, to be used by the validator engine only.

Parameters

string $cacheKey The hash of the object:

string $groupHash The group's name or hash, if it is group: sequence

2 methods override ExecutionContextInterface::markGroupAsValidated()
ExecutionContext::markGroupAsValidated in core/lib/Drupal/Core/Validation/ExecutionContext.php
Warning: Should not be called by user code, to be used by the validator engine only.
ExecutionContext::markGroupAsValidated in vendor/symfony/validator/Context/ExecutionContext.php
Warning: Should not be called by user code, to be used by the validator engine only.

File

vendor/symfony/validator/Context/ExecutionContextInterface.php, line 146

Class

ExecutionContextInterface
The context of a validation run.

Namespace

Symfony\Component\Validator\Context

Code

public function markGroupAsValidated(string $cacheKey, string $groupHash) : void;

API Navigation

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