Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
Feed::setHash function core/modules/aggregator/src/Entity/Feed.php Sets the calculated hash of the feed data, used for validating cache.
Feed::setImage function core/modules/aggregator/src/Entity/Feed.php Sets the primary image attached to the feed.
Feed::setLastCheckedTime function core/modules/aggregator/src/Entity/Feed.php Sets the time when this feed was queued for refresh, 0 if not queued.
Feed::setLastModified function core/modules/aggregator/src/Entity/Feed.php Sets the last modification of the feed.
Feed::setQueuedTime function core/modules/aggregator/src/Entity/Feed.php Sets the time when this feed was queued for refresh, 0 if not queued.
Feed::setRefreshRate function core/modules/aggregator/src/Entity/Feed.php Sets the refresh rate of the feed in seconds.
Feed::setTitle function core/modules/aggregator/src/Entity/Feed.php Sets the title of the feed.
Feed::setUrl function core/modules/aggregator/src/Entity/Feed.php Sets the url to the feed.
Feed::setWebsiteUrl function core/modules/aggregator/src/Entity/Feed.php Sets the parent website of the feed.
Feed::submitOptionsForm function core/modules/views/src/Plugin/views/display/Feed.php Handle any special handling on the validate form.
Feed::usesLinkDisplay function core/modules/views/src/Plugin/views/display/Feed.php Checks to see if the display has some need to link to another display.
Feed::__construct function core/modules/views/src/Plugin/views/display/Feed.php Constructs a PathPluginBase object.
FeedAccessControlHandler class core/modules/aggregator/src/FeedAccessControlHandler.php Defines an access control handler for the feed entity.
FeedAccessControlHandler.php file core/modules/aggregator/src/FeedAccessControlHandler.php
FeedAccessControlHandler::checkAccess function core/modules/aggregator/src/FeedAccessControlHandler.php Performs access checks.
FeedAccessControlHandler::checkCreateAccess function core/modules/aggregator/src/FeedAccessControlHandler.php Performs create access checks.
FeedAdminDisplayTest class core/modules/aggregator/tests/src/Functional/FeedAdminDisplayTest.php Tests the display of a feed on the Aggregator list page.
FeedAdminDisplayTest.php file core/modules/aggregator/tests/src/Functional/FeedAdminDisplayTest.php
FeedAdminDisplayTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/FeedAdminDisplayTest.php The theme to install as the default for testing.
FeedAdminDisplayTest::randomMachineName function core/modules/aggregator/tests/src/Functional/FeedAdminDisplayTest.php Generates a unique random string containing letters and numbers.
FeedAdminDisplayTest::testFeedUpdateFields function core/modules/aggregator/tests/src/Functional/FeedAdminDisplayTest.php Tests the "Next update" and "Last update" fields.
FeedCacheTagsTest class core/modules/aggregator/tests/src/Functional/FeedCacheTagsTest.php Tests the Feed entity's cache tags.
FeedCacheTagsTest.php file core/modules/aggregator/tests/src/Functional/FeedCacheTagsTest.php
FeedCacheTagsTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/FeedCacheTagsTest.php The theme to install as the default for testing.
FeedCacheTagsTest::$modules property core/modules/aggregator/tests/src/Functional/FeedCacheTagsTest.php Modules to enable.
FeedCacheTagsTest::createEntity function core/modules/aggregator/tests/src/Functional/FeedCacheTagsTest.php Creates the entity to be tested.
FeedCacheTagsTest::setUp function core/modules/aggregator/tests/src/Functional/FeedCacheTagsTest.php
FeedDeleteForm::getDeletionMessage function core/modules/aggregator/src/Form/FeedDeleteForm.php
FeedFetcherPluginTest class core/modules/aggregator/tests/src/Functional/FeedFetcherPluginTest.php Tests the fetcher plugins functionality and discoverability.
FeedFetcherPluginTest.php file core/modules/aggregator/tests/src/Functional/FeedFetcherPluginTest.php
FeedFetcherPluginTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/FeedFetcherPluginTest.php The theme to install as the default for testing.
FeedFetcherPluginTest::setUp function core/modules/aggregator/tests/src/Functional/FeedFetcherPluginTest.php
FeedFetcherPluginTest::testfetch function core/modules/aggregator/tests/src/Functional/FeedFetcherPluginTest.php Test fetching functionality.
FeedForm::save function core/modules/aggregator/src/FeedForm.php Form submission handler for the 'save' action.
FeedHalJsonAnonTest class core/modules/aggregator/tests/src/Functional/Hal/FeedHalJsonAnonTest.php @group hal
FeedHalJsonAnonTest.php file core/modules/aggregator/tests/src/Functional/Hal/FeedHalJsonAnonTest.php
FeedHalJsonAnonTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/Hal/FeedHalJsonAnonTest.php The theme to install as the default for testing.
FeedHalJsonAnonTest::$mimeType property core/modules/aggregator/tests/src/Functional/Hal/FeedHalJsonAnonTest.php The MIME type that corresponds to $format.
FeedHalJsonBasicAuthTest class core/modules/aggregator/tests/src/Functional/Hal/FeedHalJsonBasicAuthTest.php @group hal
FeedHalJsonBasicAuthTest.php file core/modules/aggregator/tests/src/Functional/Hal/FeedHalJsonBasicAuthTest.php
FeedHalJsonBasicAuthTest::$auth property core/modules/aggregator/tests/src/Functional/Hal/FeedHalJsonBasicAuthTest.php The authentication mechanism to use in this test.
FeedHalJsonBasicAuthTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/Hal/FeedHalJsonBasicAuthTest.php The theme to install as the default for testing.
FeedHalJsonBasicAuthTest::$modules property core/modules/aggregator/tests/src/Functional/Hal/FeedHalJsonBasicAuthTest.php Modules to install.
FeedHalJsonCookieTest class core/modules/aggregator/tests/src/Functional/Hal/FeedHalJsonCookieTest.php @group hal
FeedHalJsonCookieTest.php file core/modules/aggregator/tests/src/Functional/Hal/FeedHalJsonCookieTest.php
FeedHalJsonCookieTest::$auth property core/modules/aggregator/tests/src/Functional/Hal/FeedHalJsonCookieTest.php The authentication mechanism to use in this test.
FeedHalJsonCookieTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/Hal/FeedHalJsonCookieTest.php The theme to install as the default for testing.
FeedHalJsonTestBase class core/modules/aggregator/tests/src/Functional/Hal/FeedHalJsonTestBase.php
FeedHalJsonTestBase class core/modules/hal/tests/src/Functional/EntityResource/Feed/FeedHalJsonTestBase.php
FeedHalJsonTestBase.php file core/modules/hal/tests/src/Functional/EntityResource/Feed/FeedHalJsonTestBase.php

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