Automattic\WooCommerce\Vendor\GraphQL\Validator\Rules

ValidationRule::getNamepublicWC 1.0

Method of the class: ValidationRule{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ValidationRule = new ValidationRule();
$ValidationRule->getName(): string;

ValidationRule::getName() code WC 10.9.4

public function getName(): string
{
    return $this->name ?? static::class;
}