function ExecutionContext::getClassName

File

core/lib/Drupal/Core/Validation/ExecutionContext.php, line 188

Class

ExecutionContext
Defines an execution context class.

Namespace

Drupal\Core\Validation

Code

public function getClassName() : ?string {
  return get_class($this->object);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.