Automattic\WooCommerce\Vendor\GraphQL\Validator\Rules
ValidationRule::getName
Method of the class: ValidationRule{}
No Hooks.
Returns
null. Nothing (null).
Usage
$ValidationRule = new ValidationRule(); $ValidationRule->getName(): string;
ValidationRule::getName() ValidationRule::getName code WC 10.9.4
public function getName(): string
{
return $this->name ?? static::class;
}