Name | Description |
---|---|
ErrorFactory | Interface for all factory implementations for WordPress error objects. |
NonceFactory | Interface for all factory implementations for nonce objects. |
Name | Description |
---|---|
FactoryProvider | Service provider for all factories. |
FallbackErrorFactory | Factory for WordPress error objects performing a fallback to WP_Error. |
FallbackNonceFactory | Factory for nonce objects performing a fallback to WPNonce. |
GenericFactory | Generic factory to be used by other factories. |