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
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 Tests 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/hal/tests/src/Functional/aggregator/FeedHalJsonAnonTest.php @group hal
@group legacy
FeedHalJsonAnonTest.php file core/modules/hal/tests/src/Functional/aggregator/FeedHalJsonAnonTest.php
FeedHalJsonAnonTest::$defaultTheme property core/modules/hal/tests/src/Functional/aggregator/FeedHalJsonAnonTest.php The theme to install as the default for testing.
FeedHalJsonAnonTest::$mimeType property core/modules/hal/tests/src/Functional/aggregator/FeedHalJsonAnonTest.php The MIME type that corresponds to $format.
FeedHalJsonBasicAuthTest class core/modules/hal/tests/src/Functional/aggregator/FeedHalJsonBasicAuthTest.php @group hal
@group legacy
FeedHalJsonBasicAuthTest.php file core/modules/hal/tests/src/Functional/aggregator/FeedHalJsonBasicAuthTest.php
FeedHalJsonBasicAuthTest::$auth property core/modules/hal/tests/src/Functional/aggregator/FeedHalJsonBasicAuthTest.php The authentication mechanism to use in this test.
FeedHalJsonBasicAuthTest::$defaultTheme property core/modules/hal/tests/src/Functional/aggregator/FeedHalJsonBasicAuthTest.php The theme to install as the default for testing.
FeedHalJsonBasicAuthTest::$modules property core/modules/hal/tests/src/Functional/aggregator/FeedHalJsonBasicAuthTest.php Modules to install.
FeedHalJsonCookieTest class core/modules/hal/tests/src/Functional/aggregator/FeedHalJsonCookieTest.php @group hal
@group legacy
FeedHalJsonCookieTest.php file core/modules/hal/tests/src/Functional/aggregator/FeedHalJsonCookieTest.php
FeedHalJsonCookieTest::$auth property core/modules/hal/tests/src/Functional/aggregator/FeedHalJsonCookieTest.php The authentication mechanism to use in this test.
FeedHalJsonCookieTest::$defaultTheme property core/modules/hal/tests/src/Functional/aggregator/FeedHalJsonCookieTest.php The theme to install as the default for testing.
FeedHalJsonTestBase class core/modules/hal/tests/src/Functional/aggregator/FeedHalJsonTestBase.php
FeedHalJsonTestBase.php file core/modules/hal/tests/src/Functional/aggregator/FeedHalJsonTestBase.php
FeedHalJsonTestBase::$format property core/modules/hal/tests/src/Functional/aggregator/FeedHalJsonTestBase.php The format to use in this test.
FeedHalJsonTestBase::$mimeType property core/modules/hal/tests/src/Functional/aggregator/FeedHalJsonTestBase.php The MIME type that corresponds to $format.
FeedHalJsonTestBase::$modules property core/modules/hal/tests/src/Functional/aggregator/FeedHalJsonTestBase.php Modules to install.
FeedHalJsonTestBase::getExpectedNormalizedEntity function core/modules/hal/tests/src/Functional/aggregator/FeedHalJsonTestBase.php Returns the expected normalization of the entity.
FeedHalJsonTestBase::getNormalizedPostEntity function core/modules/hal/tests/src/Functional/aggregator/FeedHalJsonTestBase.php Returns the normalized POST entity.
FeedHtmlRouteProvider class core/modules/aggregator/src/FeedHtmlRouteProvider.php Provides HTML routes for the feed entity type.
FeedHtmlRouteProvider.php file core/modules/aggregator/src/FeedHtmlRouteProvider.php
FeedHtmlRouteProvider::getCanonicalRoute function core/modules/aggregator/src/FeedHtmlRouteProvider.php Gets the canonical route.
FeedHtmlRouteProvider::getEditFormRoute function core/modules/aggregator/src/FeedHtmlRouteProvider.php Gets the edit-form route.
FeedInterface interface core/modules/aggregator/src/FeedInterface.php Provides an interface defining an aggregator feed entity.
FeedInterface.php file core/modules/aggregator/src/FeedInterface.php
FeedInterface::deleteItems function core/modules/aggregator/src/FeedInterface.php Deletes all items from a feed.
FeedInterface::getDescription function core/modules/aggregator/src/FeedInterface.php Returns the description of the feed.

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