final class ConstantsReferenceExistsCheck implements CheckInterface (View source)

Methods

__construct(EntityLookupService|null $entityLookup = null)

No description

bool
supports(string $phpVersion)

No description

run(StubDataQueryInterface $stubs, string $entityId, string $phpVersion)

No description

Details

__construct(EntityLookupService|null $entityLookup = null)

No description

Parameters

EntityLookupService|null $entityLookup

bool supports(string $phpVersion)

No description

Parameters

string $phpVersion

Return Value

bool

CheckResultSet run(StubDataQueryInterface $stubs, string $entityId, string $phpVersion)

No description

Parameters

StubDataQueryInterface $stubs

Parsed stubs data

string $entityId

Entity identifier to validate

string $phpVersion

PHP version string

Return Value

CheckResultSet