public function FetcherResultInterface::getRaw in Feeds 8.3
Returns the file provided by the fetcher as a string.
Return value
string The raw content from the source as a string.
Throws
\RuntimeException Thrown if an unexpected problem occurred usually regarding file handling.
1 method overrides FetcherResultInterface::getRaw()
- FetcherResult::getRaw in src/
Result/ FetcherResult.php - Returns the file provided by the fetcher as a string.
File
- src/
Result/ FetcherResultInterface.php, line 19
Class
- FetcherResultInterface
- Defines the interface for result objects returned by fetcher plugins.
Namespace
Drupal\feeds\ResultCode
public function getRaw();