Search for all

  1. Search 7.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
FeedLanguageTest::setUp function core/modules/aggregator/tests/src/Functional/FeedLanguageTest.php
FeedLanguageTest::testFeedLanguage function core/modules/aggregator/tests/src/Functional/FeedLanguageTest.php Tests creation of feeds with a language.
FeedParserTest class core/modules/aggregator/tests/src/Functional/FeedParserTest.php Tests the built-in feed parser with valid feed samples.
FeedParserTest.php file core/modules/aggregator/tests/src/Functional/FeedParserTest.php
FeedParserTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/FeedParserTest.php The theme to install as the default for testing.
FeedParserTest::setUp function core/modules/aggregator/tests/src/Functional/FeedParserTest.php
FeedParserTest::testAtomSample function core/modules/aggregator/tests/src/Functional/FeedParserTest.php Tests a feed that uses the Atom format.
FeedParserTest::testHtmlEntitiesSample function core/modules/aggregator/tests/src/Functional/FeedParserTest.php Tests a feed that uses HTML entities in item titles.
FeedParserTest::testInvalidFeed function core/modules/aggregator/tests/src/Functional/FeedParserTest.php Tests error handling when an invalid feed is added.
FeedParserTest::testRedirectFeed function core/modules/aggregator/tests/src/Functional/FeedParserTest.php Tests that a redirected feed is tracked to its target.
FeedParserTest::testRSS091Sample function core/modules/aggregator/tests/src/Functional/FeedParserTest.php Tests a feed that uses the RSS 0.91 format.
FeedProcessorPluginTest class core/modules/aggregator/tests/src/Functional/FeedProcessorPluginTest.php Tests the processor plugins functionality and discoverability.
FeedProcessorPluginTest.php file core/modules/aggregator/tests/src/Functional/FeedProcessorPluginTest.php
FeedProcessorPluginTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/FeedProcessorPluginTest.php The theme to install as the default for testing.
FeedProcessorPluginTest::setUp function core/modules/aggregator/tests/src/Functional/FeedProcessorPluginTest.php
FeedProcessorPluginTest::testDelete function core/modules/aggregator/tests/src/Functional/FeedProcessorPluginTest.php Tests deleting functionality.
FeedProcessorPluginTest::testPostProcess function core/modules/aggregator/tests/src/Functional/FeedProcessorPluginTest.php Tests post-processing functionality.
FeedProcessorPluginTest::testProcess function core/modules/aggregator/tests/src/Functional/FeedProcessorPluginTest.php Tests processing functionality.
FeedResourceTestBase class core/modules/aggregator/tests/src/Functional/Rest/FeedResourceTestBase.php
FeedResourceTestBase.php file core/modules/aggregator/tests/src/Functional/Rest/FeedResourceTestBase.php
FeedResourceTestBase::$entityTypeId property core/modules/aggregator/tests/src/Functional/Rest/FeedResourceTestBase.php The tested entity type.
FeedResourceTestBase::$modules property core/modules/aggregator/tests/src/Functional/Rest/FeedResourceTestBase.php Modules to install.
FeedResourceTestBase::$patchProtectedFieldNames property core/modules/aggregator/tests/src/Functional/Rest/FeedResourceTestBase.php The fields that are protected against modification during PATCH requests.
FeedResourceTestBase::$uniqueFieldNames property core/modules/aggregator/tests/src/Functional/Rest/FeedResourceTestBase.php A list of fields that need a unique value.
FeedResourceTestBase::createEntity function core/modules/aggregator/tests/src/Functional/Rest/FeedResourceTestBase.php Creates the entity to be tested.
FeedResourceTestBase::getExpectedNormalizedEntity function core/modules/aggregator/tests/src/Functional/Rest/FeedResourceTestBase.php Returns the expected normalization of the entity.
FeedResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/aggregator/tests/src/Functional/Rest/FeedResourceTestBase.php Return the expected error message.
FeedResourceTestBase::getNormalizedPostEntity function core/modules/aggregator/tests/src/Functional/Rest/FeedResourceTestBase.php Returns the normalized POST entity.
FeedResourceTestBase::setUpAuthorization function core/modules/aggregator/tests/src/Functional/Rest/FeedResourceTestBase.php Sets up the necessary authorization.
FeedStorage class core/modules/aggregator/src/FeedStorage.php Defines the storage handler class for feed entities.
FeedStorage.php file core/modules/aggregator/src/FeedStorage.php
FeedStorage::getFeedIdsToRefresh function core/modules/aggregator/src/FeedStorage.php Returns the fids of feeds that need to be refreshed.
FeedStorageInterface interface core/modules/aggregator/src/FeedStorageInterface.php Defines an interface for aggregator feed entity storage classes.
FeedStorageInterface.php file core/modules/aggregator/src/FeedStorageInterface.php
FeedStorageInterface::CLEAR_NEVER constant core/modules/aggregator/src/FeedStorageInterface.php Denotes that a feed's items should never expire.
FeedStorageInterface::getFeedIdsToRefresh function core/modules/aggregator/src/FeedStorageInterface.php Returns the fids of feeds that need to be refreshed.
FeedStorageSchema class core/modules/aggregator/src/FeedStorageSchema.php Defines the feed schema handler.
FeedStorageSchema.php file core/modules/aggregator/src/FeedStorageSchema.php
FeedStorageSchema::getSharedTableFieldSchema function core/modules/aggregator/src/FeedStorageSchema.php Gets the schema for a single field definition.
FeedTest class core/modules/aggregator/tests/src/Functional/Jsonapi/FeedTest.php JSON:API integration test for the "Feed" content entity type.
FeedTest.php file core/modules/aggregator/tests/src/Functional/Jsonapi/FeedTest.php
FeedTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/Jsonapi/FeedTest.php The theme to install as the default for testing.
FeedTest::$entity property core/modules/aggregator/tests/src/Functional/Jsonapi/FeedTest.php
FeedTest::$entityTypeId property core/modules/aggregator/tests/src/Functional/Jsonapi/FeedTest.php The tested entity type.
FeedTest::$modules property core/modules/aggregator/tests/src/Functional/Jsonapi/FeedTest.php Modules to enable.
FeedTest::$patchProtectedFieldNames property core/modules/aggregator/tests/src/Functional/Jsonapi/FeedTest.php The fields that are protected against modification during PATCH requests.
FeedTest::$resourceTypeName property core/modules/aggregator/tests/src/Functional/Jsonapi/FeedTest.php The name of the tested JSON:API resource type.
FeedTest::$uniqueFieldNames property core/modules/aggregator/tests/src/Functional/Jsonapi/FeedTest.php Fields that need unique values.
FeedTest::createAnotherEntity function core/modules/aggregator/tests/src/Functional/Jsonapi/FeedTest.php Creates another entity to be tested.
FeedTest::createEntity function core/modules/aggregator/tests/src/Functional/Jsonapi/FeedTest.php Creates the entity to be tested.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.