You are here

namespace Drupal\feeds in Feeds 8.2

Same name in other branches
  1. 8.3 Drupal\feeds
Classsort descending Location Description
FeedsAccessException lib/Drupal/feeds/FeedsAccessException.php Thrown if a an access check fails.
FeedsDateTime lib/Drupal/feeds/FeedsDateTime.php Extend PHP DateTime class with granularity handling, merge functionality and slightly more flexible initialization parameters.
FeedsDateTimeElement lib/Drupal/feeds/FeedsDateTimeElement.php Defines a date element of a parsed result (including ranges, repeat).
FeedsElement lib/Drupal/feeds/FeedsElement.php Defines an element of a parsed result. Such an element can be a simple type, a complex type (derived from FeedsElement) or an array of either.
FeedsEnclosure lib/Drupal/feeds/FeedsEnclosure.php Enclosure element, can be part of the result array.
FeedsFetcherResult lib/Drupal/feeds/FeedsFetcherResult.php Base class for all fetcher results.
FeedsFileFetcherResult lib/Drupal/feeds/FeedsFileFetcherResult.php Definition of the import batch object created on the fetching stage by FeedsFileFetcher.
FeedsGeoTermElement lib/Drupal/feeds/FeedsGeoTermElement.php A geo term element.
FeedsHTTPFetcherResult lib/Drupal/feeds/FeedsHTTPFetcherResult.php Result of FeedsHTTPFetcher::fetch().
FeedsImporter lib/Drupal/feeds/FeedsImporter.php A FeedsImporter object describes how an external source should be fetched, parsed and processed. Feeds can manage an arbitrary amount of importers.
FeedsLockException lib/Drupal/feeds/FeedsLockException.php Distinguish exceptions occuring when handling locks.
FeedsParserResult lib/Drupal/feeds/FeedsParserResult.php A result of a parsing stage.
FeedsResult lib/Drupal/feeds/FeedsResult.php
FeedsSimplePieEnclosure lib/Drupal/feeds/FeedsSimplePieEnclosure.php
FeedsSource lib/Drupal/feeds/FeedsSource.php This class encapsulates a source of a feed. It stores where the feed can be found and how to import it.
FeedsSourceInterface lib/Drupal/feeds/FeedsSourceInterface.php Declares an interface for a class that defines default values and form descriptions for a FeedSource.
FeedsState lib/Drupal/feeds/FeedsState.php Status of an import or clearing operation on a source.
FeedsTermElement lib/Drupal/feeds/FeedsTermElement.php Encapsulates a taxonomy style term object.
FeedsValidationException lib/Drupal/feeds/FeedsValidationException.php Thrown if a validation fails.
ParserCSV lib/Drupal/feeds/ParserCSV.php Functionality to parse CSV files into a two dimensional array.
ParserCSVIterator lib/Drupal/feeds/ParserCSVIterator.php Text lines from file iterator.
PuSHEnvironment lib/Drupal/feeds/PuSHEnvironment.php Provide environmental functions to the PuSHSubscriber library.
PuSHSubscriber lib/Drupal/feeds/PuSHSubscriber.php PubSubHubbub subscriber.
PuSHSubscriberEnvironmentInterface lib/Drupal/feeds/PuSHSubscriber.php Implement to provide environmental functionality like user messages and logging.
PuSHSubscription lib/Drupal/feeds/PuSHSubscription.php Implement a PuSHSubscriptionInterface.
PuSHSubscriptionInterface lib/Drupal/feeds/PuSHSubscriber.php Implement to provide a storage backend for subscriptions.