Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
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 class core/modules/aggregator/src/Form/FeedDeleteForm.php Provides a form for deleting a feed.
FeedDeleteForm.php file core/modules/aggregator/src/Form/FeedDeleteForm.php
FeedDeleteForm::getCancelUrl function core/modules/aggregator/src/Form/FeedDeleteForm.php Returns the route to go to if the user cancels the action.
FeedDeleteForm::getDeletionMessage function core/modules/aggregator/src/Form/FeedDeleteForm.php
FeedDeleteForm::getRedirectUrl function core/modules/aggregator/src/Form/FeedDeleteForm.php Returns the URL where the user should be redirected after deletion.
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 class core/modules/aggregator/src/FeedForm.php Form handler for the aggregator feed edit forms.
FeedForm.php file core/modules/aggregator/src/FeedForm.php
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
FeedHalJsonTestBase.php file core/modules/aggregator/tests/src/Functional/Hal/FeedHalJsonTestBase.php
FeedHalJsonTestBase::$format property core/modules/aggregator/tests/src/Functional/Hal/FeedHalJsonTestBase.php The format to use in this test.
FeedHalJsonTestBase::$mimeType property core/modules/aggregator/tests/src/Functional/Hal/FeedHalJsonTestBase.php The MIME type that corresponds to $format.
FeedHalJsonTestBase::$modules property core/modules/aggregator/tests/src/Functional/Hal/FeedHalJsonTestBase.php Modules to install.
FeedHalJsonTestBase::getExpectedNormalizedEntity function core/modules/aggregator/tests/src/Functional/Hal/FeedHalJsonTestBase.php Returns the expected normalization of the entity.

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