function ServiceProviderRequirementRuntimeValidated::hash
Returns a hash representing the state that lead to the {@link self::isSatisfied()} decision.
Return value
mixed a primitive value representing the state
1 method overrides ServiceProviderRequirementRuntimeValidated::hash()
- ExtensionDependency::hash in vendor/
tbachert/ spi/ src/ ServiceProviderDependency/ ExtensionDependency.php - Returns a hash representing the state that lead to the {@link self::isSatisfied()} decision.
File
-
vendor/
tbachert/ spi/ src/ ServiceProviderRequirementRuntimeValidated.php, line 19
Class
- ServiceProviderRequirementRuntimeValidated
- Specifies requirements for a service provider.
Namespace
Nevay\SPICode
public function hash() : mixed;