# media-cloud-sync/1.2.9/includes/sdk/google/guzzlehttp/guzzle/src/BodySummarizerInterface.php

Media Cloud Sync, version 1.2.9. 13 lines.

- Page: https://pluginprobe.com/plugins/media-cloud-sync/1.2.9/code/includes/sdk/google/guzzlehttp/guzzle/src/BodySummarizerInterface.php
- Raw: https://pluginprobe.com/plugins/media-cloud-sync/1.2.9/raw/includes/sdk/google/guzzlehttp/guzzle/src/BodySummarizerInterface.php
- Modified: 2024-10-27T10:40:38+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/media-cloud-sync/1.2.9/code/includes/sdk/google/guzzlehttp/guzzle/src/BodySummarizerInterface.php#L10-L20`.

```php
<?php

namespace Dudlewebs\WPMCS\GuzzleHttp;

use Dudlewebs\WPMCS\Psr\Http\Message\MessageInterface;
interface BodySummarizerInterface
{
    /**
     * Returns a summarized message body.
     */
    public function summarize(MessageInterface $message): ?string;
}

```
