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
FeedInterface::getEtag function core/modules/aggregator/src/FeedInterface.php Returns the entity tag HTTP response header, used for validating cache.
FeedInterface::getHash function core/modules/aggregator/src/FeedInterface.php Returns the calculated hash of the feed data, used for validating cache.
FeedInterface::getImage function core/modules/aggregator/src/FeedInterface.php Returns the primary image attached to the feed.
FeedInterface::getLastCheckedTime function core/modules/aggregator/src/FeedInterface.php Returns the last time where the feed was checked for new items.
FeedInterface::getLastModified function core/modules/aggregator/src/FeedInterface.php Return when the feed was modified last time.
FeedInterface::getQueuedTime function core/modules/aggregator/src/FeedInterface.php Returns the time when this feed was queued for refresh, 0 if not queued.
FeedInterface::getRefreshRate function core/modules/aggregator/src/FeedInterface.php Returns the refresh rate of the feed in seconds.
FeedInterface::getUrl function core/modules/aggregator/src/FeedInterface.php Returns the url to the feed.
FeedInterface::getWebsiteUrl function core/modules/aggregator/src/FeedInterface.php Returns the parent website of the feed.
FeedInterface::refreshItems function core/modules/aggregator/src/FeedInterface.php Updates the feed items by triggering the import process.
FeedInterface::setDescription function core/modules/aggregator/src/FeedInterface.php Sets the description of the feed.
FeedInterface::setEtag function core/modules/aggregator/src/FeedInterface.php Sets the entity tag HTTP response header, used for validating cache.
FeedInterface::setHash function core/modules/aggregator/src/FeedInterface.php Sets the calculated hash of the feed data, used for validating cache.
FeedInterface::setImage function core/modules/aggregator/src/FeedInterface.php Sets the primary image attached to the feed.
FeedInterface::setLastCheckedTime function core/modules/aggregator/src/FeedInterface.php Sets the time when this feed was queued for refresh, 0 if not queued.
FeedInterface::setLastModified function core/modules/aggregator/src/FeedInterface.php Sets the last modification of the feed.
FeedInterface::setQueuedTime function core/modules/aggregator/src/FeedInterface.php Sets the time when this feed was queued for refresh, 0 if not queued.
FeedInterface::setRefreshRate function core/modules/aggregator/src/FeedInterface.php Sets the refresh rate of the feed in seconds.
FeedInterface::setTitle function core/modules/aggregator/src/FeedInterface.php Sets the title of the feed.
FeedInterface::setUrl function core/modules/aggregator/src/FeedInterface.php Sets the url to the feed.
FeedInterface::setWebsiteUrl function core/modules/aggregator/src/FeedInterface.php Sets the parent website of the feed.
FeedItemsDeleteForm class core/modules/aggregator/src/Form/FeedItemsDeleteForm.php Provides a deletion confirmation form for items that belong to a feed.
FeedItemsDeleteForm.php file core/modules/aggregator/src/Form/FeedItemsDeleteForm.php
FeedItemsDeleteForm::getCancelUrl function core/modules/aggregator/src/Form/FeedItemsDeleteForm.php Returns the route to go to if the user cancels the action.
FeedItemsDeleteForm::getConfirmText function core/modules/aggregator/src/Form/FeedItemsDeleteForm.php Returns a caption for the button that confirms the action.
FeedItemsDeleteForm::getQuestion function core/modules/aggregator/src/Form/FeedItemsDeleteForm.php Returns the question to ask the user.
FeedItemsDeleteForm::submitForm function core/modules/aggregator/src/Form/FeedItemsDeleteForm.php This is the default entity object builder function. It is called before any
other submit handler to build the new entity object to be used by the
following submit handlers. At this point of the form workflow the entity is
validated and the form state…
FeedJsonAnonTest class core/modules/aggregator/tests/src/Functional/Rest/FeedJsonAnonTest.php @group rest
@group legacy
FeedJsonAnonTest.php file core/modules/aggregator/tests/src/Functional/Rest/FeedJsonAnonTest.php
FeedJsonAnonTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/Rest/FeedJsonAnonTest.php The theme to install as the default for testing.
FeedJsonAnonTest::$format property core/modules/aggregator/tests/src/Functional/Rest/FeedJsonAnonTest.php The format to use in this test.
FeedJsonAnonTest::$mimeType property core/modules/aggregator/tests/src/Functional/Rest/FeedJsonAnonTest.php The MIME type that corresponds to $format.
FeedJsonBasicAuthTest class core/modules/aggregator/tests/src/Functional/Rest/FeedJsonBasicAuthTest.php @group rest
@group legacy
FeedJsonBasicAuthTest.php file core/modules/aggregator/tests/src/Functional/Rest/FeedJsonBasicAuthTest.php
FeedJsonBasicAuthTest::$auth property core/modules/aggregator/tests/src/Functional/Rest/FeedJsonBasicAuthTest.php The authentication mechanism to use in this test.
FeedJsonBasicAuthTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/Rest/FeedJsonBasicAuthTest.php The theme to install as the default for testing.
FeedJsonBasicAuthTest::$format property core/modules/aggregator/tests/src/Functional/Rest/FeedJsonBasicAuthTest.php The format to use in this test.
FeedJsonBasicAuthTest::$mimeType property core/modules/aggregator/tests/src/Functional/Rest/FeedJsonBasicAuthTest.php The MIME type that corresponds to $format.
FeedJsonBasicAuthTest::$modules property core/modules/aggregator/tests/src/Functional/Rest/FeedJsonBasicAuthTest.php Modules to install.
FeedJsonCookieTest class core/modules/aggregator/tests/src/Functional/Rest/FeedJsonCookieTest.php @group rest
@group legacy
FeedJsonCookieTest.php file core/modules/aggregator/tests/src/Functional/Rest/FeedJsonCookieTest.php
FeedJsonCookieTest::$auth property core/modules/aggregator/tests/src/Functional/Rest/FeedJsonCookieTest.php The authentication mechanism to use in this test.
FeedJsonCookieTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/Rest/FeedJsonCookieTest.php The theme to install as the default for testing.
FeedJsonCookieTest::$format property core/modules/aggregator/tests/src/Functional/Rest/FeedJsonCookieTest.php The format to use in this test.
FeedJsonCookieTest::$mimeType property core/modules/aggregator/tests/src/Functional/Rest/FeedJsonCookieTest.php The MIME type that corresponds to $format.
FeedLanguageTest class core/modules/aggregator/tests/src/Functional/FeedLanguageTest.php Tests aggregator feeds in multiple languages.
FeedLanguageTest.php file core/modules/aggregator/tests/src/Functional/FeedLanguageTest.php
FeedLanguageTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/FeedLanguageTest.php The theme to install as the default for testing.
FeedLanguageTest::$langcodes property core/modules/aggregator/tests/src/Functional/FeedLanguageTest.php List of langcodes.
FeedLanguageTest::$modules property core/modules/aggregator/tests/src/Functional/FeedLanguageTest.php Modules to install.

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