[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/php-ai-client/src/Providers/Contracts/ -> ProviderOperationsHandlerInterface.php (summary)

(no description)

File Size: 29 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

ProviderOperationsHandlerInterface:: (1 method):
  getOperation()


Interface: ProviderOperationsHandlerInterface  - X-Ref

Interface for handling provider-level operations.

Provides methods to retrieve and manage long-running operations
across all models within a provider. Operations are tracked at the
provider level rather than per-model.

getOperation(string $operationId)   X-Ref
Gets an operation by ID.

return: OperationInterface The operation.
param: string $operationId Operation identifier.



Generated : Sat Jun 13 09:38:55 2026 Cross-referenced by PHPXref