CommonSyndicationParserTestCase |
class |
|
tests/common_syndication_parser.test |
Test cases for common syndication parser library. |
|
|
|
FeedsBatch |
class |
|
includes/FeedsBatch.inc |
A FeedsBatch object holds the state of an import or clear batch. |
2 |
|
|
FeedsClearBatch |
class |
|
includes/FeedsBatch.inc |
Batch class for batched deleting of items. |
|
|
|
FeedsConfigurable |
abstract class |
|
includes/FeedsConfigurable.inc |
Base class for configurable classes. Captures configuration handling, form
handling and distinguishes between in-memory configuration and persistent
configuration. |
3 |
|
|
FeedsCSVParser |
class |
|
plugins/FeedsCSVParser.inc |
Parses a given file as a CSV file. |
|
|
|
FeedsCSVtoTermsTest |
class |
|
tests/feeds_processor_term.test |
Test aggregating a feed as data records. |
|
|
|
FeedsCSVtoUsersTest |
class |
|
tests/feeds_processor_user.test |
Test aggregating a feed as data records. |
|
|
|
FeedsDateTime |
class |
|
plugins/FeedsParser.inc |
Extend PHP DateTime class with granularity handling, merge functionality and
slightly more flexible initialization parameters. |
|
|
|
FeedsDateTimeElement |
class |
|
plugins/FeedsParser.inc |
Defines a date element of a parsed result (including ranges, repeat). |
|
|
|
FeedsElement |
class |
|
plugins/FeedsParser.inc |
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. |
3 |
|
|
FeedsEnclosure |
class |
|
plugins/FeedsParser.inc |
Enclosure element, can be part of the result array. |
1 |
|
|
FeedsExamplesFastFeedTestCase |
class |
|
feeds_fast_news/feeds_fast_news.test |
Test Feed fast configuration. |
|
|
|
FeedsExamplesFeedTestCase |
class |
|
feeds_news/feeds_news.test |
Test Feed configuration. |
|
|
|
FeedsExamplesNodeTestCase |
class |
|
feeds_import/feeds_import.test |
Test Node import configuration. |
|
|
|
FeedsExamplesOPMLTestCase |
class |
|
feeds_news/feeds_news.test |
Test OPML import configuration. |
|
|
|
FeedsExamplesUserTestCase |
class |
|
feeds_import/feeds_import.test |
Test User import configuration. |
|
|
|
FeedsFeedNodeProcessor |
class |
|
plugins/FeedsFeedNodeProcessor.inc |
Creates *feed* nodes from feed items. The difference to FeedsNodeProcessor is
that this plugin only creates nodes that are feed nodes themselves. |
|
|
|
FeedsFetcher |
abstract class |
|
plugins/FeedsFetcher.inc |
Abstract class, defines shared functionality between fetchers. |
2 |
|
|
FeedsFileBatch |
class |
|
plugins/FeedsFileFetcher.inc |
Definition of the import batch object created on the fetching stage by
FeedsFileFetcher. |
|
|
|
FeedsFileFetcher |
class |
|
plugins/FeedsFileFetcher.inc |
Fetches data via HTTP. |
|
|
|
FeedsGeoTermElement |
class |
|
plugins/FeedsParser.inc |
A geo term element. |
|
|
|
FeedsHTTPBatch |
class |
|
plugins/FeedsHTTPFetcher.inc |
Definition of the import batch object created on the fetching stage by
FeedsHTTPFetcher. |
|
|
|
FeedsHTTPFetcher |
class |
|
plugins/FeedsHTTPFetcher.inc |
Fetches data via HTTP. |
|
|
|
FeedsImportBatch |
class |
|
includes/FeedsBatch.inc |
A FeedsImportBatch wraps the actual content retrieved from a FeedsSource. On
import, it is created on the fetching stage and passed through the parsing
and processing stage where it is normalized and consumed. |
2 |
|
|
FeedsImporter |
class |
|
includes/FeedsImporter.inc |
A FeedsImporter object describes how an external source should be fetched,
parsed and processed. Feeds can manage an arbitrary amount of importers. |
|
|
|
FeedsMapperContentTestCase |
class |
|
tests/feeds_mapper_content.test |
Class for testing Feeds <em>content</em> mapper. |
|
|
|
FeedsMapperDateTestCase |
class |
|
tests/feeds_mapper_date.test |
Class for testing Feeds <em>content</em> mapper. |
|
|
|
FeedsMapperEmfieldTestCase |
class |
|
tests/feeds_mapper_emfield.test |
Class for testing Feeds <em>emfield</em> mapper. |
|
|
|
FeedsMapperFileFieldTestCase |
class |
|
tests/feeds_mapper_filefield.test |
Class for testing Feeds FileField mapper. |
|
|
|
FeedsMapperLinkTestCase |
class |
|
tests/feeds_mapper_link.test |
Class for testing Feeds <em>link</em> mapper. |
|
|
|
FeedsMapperLocaleTestCase |
class |
|
tests/feeds_mapper_locale.test |
Class for testing Feeds <em>locale</em> mapper. |
|
|
|
FeedsMapperOGTestCase |
class |
|
tests/feeds_mapper_og.test |
Class for testing Feeds <em>locale</em> mapper. |
|
|
|
FeedsMapperProfileTestCase |
class |
|
tests/feeds_mapper_profile.test |
Class for testing Feeds <em>content</em> mapper. |
|
|
|
FeedsMapperTaxonomyTestCase |
class |
|
tests/feeds_mapper_taxonomy.test |
Class for testing Feeds <em>content</em> mapper. |
|
|
|
FeedsMapperTestCase |
class |
|
tests/feeds_mapper_test.inc |
Base class for implementing Feeds Mapper test cases. |
9 |
|
|
FeedsMissingPlugin |
class |
|
plugins/FeedsPlugin.inc |
Used when a plugin is missing. |
|
|
|
FeedsNodeProcessor |
class |
|
plugins/FeedsNodeProcessor.inc |
Creates nodes from feed items. |
|
|
|
FeedsNotExistingException |
class |
|
includes/FeedsConfigurable.inc |
Used when an object does not exist in the DB or code but should. |
|
|
|
FeedsOPMLParser |
class |
|
plugins/FeedsOPMLParser.inc |
Feeds parser plugin that parses OPML feeds. |
|
|
|
FeedsParser |
abstract class |
|
plugins/FeedsParser.inc |
Abstract class, defines interface for parsers. |
5 |
|
|
FeedsPlugin |
abstract class |
|
plugins/FeedsPlugin.inc |
Implement source interface for all plugins. |
4 |
|
|
FeedsProcessor |
abstract class |
|
plugins/FeedsProcessor.inc |
Abstract class, defines interface for processors. |
4 |
|
|
FeedsRSStoNodesTest |
class |
|
tests/feeds_processor_node.test |
Test aggregating a feed as node items. |
|
|
|
FeedsSchedulerTestCase |
class |
|
tests/feeds_scheduler.test |
Test cron scheduling. |
|
|
|
FeedsSimplePieEnclosure |
class |
|
plugins/FeedsSimplePieParser.inc |
Adapter to present SimplePie_Enclosure as FeedsEnclosure object. |
|
|
|
FeedsSimplePieParser |
class |
|
plugins/FeedsSimplePieParser.inc |
Class definition for Common Syndication Parser. |
|
|
|
FeedsSitemapParser |
class |
|
plugins/FeedsSitemapParser.inc |
A parser for the Sitemap specification http://www.sitemaps.org/protocol.php |
|
|
|
FeedsSitemapParserTestCase |
class |
|
tests/feeds_parser_sitemap.test |
Test Sitemap parser. |
|
|
|
FeedsSource |
class |
|
includes/FeedsSource.inc |
This class encapsulates a source of a feed. It stores where the feed can be
found and how to import it. |
|
|
|
FeedsSourceInterface |
interface |
|
includes/FeedsSource.inc |
Declares an interface for a class that defines default values and form
descriptions for a FeedSource. |
1 |
|
|