CommonSyndicationParserTestCase |
class |
|
tests/common_syndication_parser.test |
Test cases for common syndication parser library. |
|
|
|
FeedsAccessException |
class |
|
plugins/FeedsProcessor.inc |
Thrown if a an access check fails. |
|
|
|
FeedsAccountSwitcher |
class |
|
includes/FeedsAccountSwitcher.inc |
An implementation of FeedsAccountSwitcherInterface. |
|
|
|
FeedsAccountSwitcherException |
class |
|
includes/FeedsAccountSwitcherException.inc |
Thrown when there is no account to switch back to. |
|
|
|
FeedsAccountSwitcherInterface |
interface |
|
includes/FeedsAccountSwitcherInterface.inc |
Defines an interface for a service for safe account switching. |
1 |
|
|
FeedsAccountSwitcherTest |
class |
|
tests/FeedsAccountSwitcherTest.test |
Test case for account switching. |
|
|
|
FeedsConfigurable |
abstract class |
|
includes/FeedsConfigurable.inc |
Base class for configurable classes. |
3 |
|
|
FeedsContentTypeTest |
class |
|
tests/feeds_content_type.test |
Tests for when an importer is attached to a content type. |
|
|
|
FeedsCSVParser |
class |
|
plugins/FeedsCSVParser.inc |
Parses a given file as a CSV file. |
|
|
|
FeedsCSVParserTestCase |
class |
|
tests/feeds_parser_csv.test |
Tests the CSV parser using the UI. |
|
|
|
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 Deprecated |
class |
|
plugins/FeedsParser.inc |
Extend PHP DateTime class with granularity handling, merge functionality and
slightly more flexible initialization parameters. |
|
|
|
FeedsDateTimeElement Deprecated |
class |
|
plugins/FeedsParser.inc |
Defines a date element of a parsed result (including ranges, repeat). |
|
|
|
FeedsDateTimeTest |
class |
|
tests/feeds_date_time.test |
Test FeedsDateTime class. |
|
|
|
feedsDrushTest |
class |
Unish |
tests/drush/feedsDrushTest.php |
Tests Drush integration for Feeds. Based on Drush 8. |
|
|
|
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 |
|
|
FeedsEnclosureTest |
class |
|
tests/FeedsEnclosureTest.test |
@coversDefaultClass FeedsEnclosure
@group feeds |
|
|
|
FeedsEntityCase |
class |
|
tests/feeds_entity.test |
Tests for Entity API integration. |
|
|
|
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. |
|
|
|
FeedsFetcher |
abstract class |
|
plugins/FeedsFetcher.inc |
Abstract class, defines shared functionality between fetchers. |
2 |
|
|
FeedsFetcherResult |
class |
|
plugins/FeedsFetcher.inc |
Base class for all fetcher results. |
2 |
|
|
FeedsFetcherResultTest |
class |
|
tests/FeedsFetcherResultTest.test |
@coversDefaultClass FeedsFetcherResult
@group feeds |
|
|
|
FeedsFileFetcher |
class |
|
plugins/FeedsFileFetcher.inc |
Fetches data via HTTP. |
|
|
|
FeedsFileFetcherResult |
class |
|
plugins/FeedsFileFetcher.inc |
Definition of the import batch object created on the fetching stage by
FeedsFileFetcher. |
|
|
|
FeedsFileFetcherTestCase |
class |
|
tests/feeds_fetcher_file.test |
File fetcher test class. |
|
|
|
FeedsFileHTTPTestCase |
class |
|
tests/feeds_fetcher_http.test |
HTTP fetcher test class. |
|
|
|
FeedsGeoTermElement |
class |
|
plugins/FeedsParser.inc |
A geo term element. |
|
|
|
FeedsHooksTestCase |
class |
|
tests/feeds_hooks.test |
Tests for hooks invoked by Feeds not related to mapping. |
|
|
|
FeedsHTTPCache |
class |
|
includes/FeedsHTTPCache.inc |
Cache implementation for the Feeds HTTP cache. |
|
|
|
FeedsHTTPCacheItem |
class |
|
includes/FeedsHTTPCacheItem.inc |
Class of a cached item. |
|
|
|
FeedsHTTPCacheTest |
class |
|
tests/FeedsHTTPCacheTest.test |
@coversDefaultClass FeedsHTTPCache
@group feeds |
|
|
|
FeedsHTTPFetcher |
class |
|
plugins/FeedsHTTPFetcher.inc |
Fetches data via HTTP. |
|
|
|
FeedsHTTPFetcherResult |
class |
|
plugins/FeedsHTTPFetcher.inc |
Result of FeedsHTTPFetcher::fetch(). |
|
|
|
FeedsHTTPRequestException |
class |
|
libraries/http_request.inc |
For HTTP requests that do not return a 2xx code. |
|
|
|
FeedsHTTPRequestTestCase |
class |
|
tests/http_request.test |
Tests for the http library. |
|
|
|
Feedsi18nNodeTestCase |
class |
|
tests/feeds_i18n_node.test |
Tests importing nodes in a language. |
|
|
|
Feedsi18nTaxonomyTestCase |
class |
|
tests/feeds_i18n_taxonomy.test |
Tests importing terms in a language. |
|
|
|
Feedsi18nTestCase |
class |
|
tests/feeds_i18n.test |
Tests importing data in a language. |
2 |
|
|
FeedsImporter |
class |
|
includes/FeedsImporter.inc |
Class for a Feeds importer. |
|
|
|
FeedsLockException |
class |
|
includes/FeedsSource.inc |
Distinguish exceptions occurring when handling locks. |
|
|
|
FeedsMapperConfigTestCase |
class |
|
tests/feeds_mapper_config.test |
Test cases for Feeds mapping configuration form. |
|
|
|
FeedsMapperDateMultipleTestCase |
class |
|
tests/feeds_mapper_date_multiple.test |
Test case for CCK date multi-field mapper mappers/date.inc. |
|
|
|
FeedsMapperDateTestCase |
class |
|
tests/feeds_mapper_date.test |
Test case for CCK date field mapper mappers/date.inc. |
|
|
|
FeedsMapperFieldTestCase |
class |
|
tests/feeds_mapper_field.test |
Test case for simple CCK field mapper mappers/content.inc. |
|
|
|
FeedsMapperFileTestCase |
class |
|
tests/feeds_mapper_file.test |
Test case for Filefield mapper mappers/filefield.inc. |
|
|
|