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
FeedTest::getExpectedDocument function core/modules/aggregator/tests/src/Functional/Jsonapi/FeedTest.php Returns the expected JSON:API document for the entity.
FeedTest::getExpectedUnauthorizedAccessMessage function core/modules/aggregator/tests/src/Functional/Jsonapi/FeedTest.php Return the expected error message.
FeedTest::getPostDocument function core/modules/aggregator/tests/src/Functional/Jsonapi/FeedTest.php Returns the JSON:API POST document.
FeedTest::setUpAuthorization function core/modules/aggregator/tests/src/Functional/Jsonapi/FeedTest.php Sets up the necessary authorization.
FeedTest::testCollectionFilterAccess function core/modules/aggregator/tests/src/Functional/Jsonapi/FeedTest.php
FeedTitleConstraint class core/modules/aggregator/src/Plugin/Validation/Constraint/FeedTitleConstraint.php Supports validating feed titles.
FeedTitleConstraint.php file core/modules/aggregator/src/Plugin/Validation/Constraint/FeedTitleConstraint.php
FeedTitleConstraint::$message property core/modules/aggregator/src/Plugin/Validation/Constraint/FeedTitleConstraint.php
FeedUrlConstraint class core/modules/aggregator/src/Plugin/Validation/Constraint/FeedUrlConstraint.php Supports validating feed URLs.
FeedUrlConstraint.php file core/modules/aggregator/src/Plugin/Validation/Constraint/FeedUrlConstraint.php
FeedUrlConstraint::$message property core/modules/aggregator/src/Plugin/Validation/Constraint/FeedUrlConstraint.php
FeedValidationTest class core/modules/aggregator/tests/src/Kernel/FeedValidationTest.php Tests feed validation constraints.
FeedValidationTest.php file core/modules/aggregator/tests/src/Kernel/FeedValidationTest.php
FeedValidationTest::$modules property core/modules/aggregator/tests/src/Kernel/FeedValidationTest.php Modules to install.
FeedValidationTest::setUp function core/modules/aggregator/tests/src/Kernel/FeedValidationTest.php
FeedValidationTest::testValidation function core/modules/aggregator/tests/src/Kernel/FeedValidationTest.php Tests the feed validation constraints.
FeedViewBuilder class core/modules/aggregator/src/FeedViewBuilder.php View builder handler for aggregator feeds.
FeedViewBuilder.php file core/modules/aggregator/src/FeedViewBuilder.php
FeedViewBuilder::$config property core/modules/aggregator/src/FeedViewBuilder.php The 'aggregator.settings' config.
FeedViewBuilder::$entityTypeManager property core/modules/aggregator/src/FeedViewBuilder.php The entity type manager.
FeedViewBuilder::buildComponents function core/modules/aggregator/src/FeedViewBuilder.php Builds the component fields and properties of a set of entities.
FeedViewBuilder::createInstance function core/modules/aggregator/src/FeedViewBuilder.php Instantiates a new instance of this entity handler.
FeedViewBuilder::__construct function core/modules/aggregator/src/FeedViewBuilder.php Constructs a new FeedViewBuilder.
FeedXmlAnonTest class core/modules/aggregator/tests/src/Functional/Rest/FeedXmlAnonTest.php @group rest
@group legacy
FeedXmlAnonTest.php file core/modules/aggregator/tests/src/Functional/Rest/FeedXmlAnonTest.php
FeedXmlAnonTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/Rest/FeedXmlAnonTest.php The theme to install as the default for testing.
FeedXmlAnonTest::$format property core/modules/aggregator/tests/src/Functional/Rest/FeedXmlAnonTest.php The format to use in this test.
FeedXmlAnonTest::$mimeType property core/modules/aggregator/tests/src/Functional/Rest/FeedXmlAnonTest.php The MIME type that corresponds to $format.
FeedXmlBasicAuthTest class core/modules/aggregator/tests/src/Functional/Rest/FeedXmlBasicAuthTest.php @group rest
@group legacy
FeedXmlBasicAuthTest.php file core/modules/aggregator/tests/src/Functional/Rest/FeedXmlBasicAuthTest.php
FeedXmlBasicAuthTest::$auth property core/modules/aggregator/tests/src/Functional/Rest/FeedXmlBasicAuthTest.php The authentication mechanism to use in this test.
FeedXmlBasicAuthTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/Rest/FeedXmlBasicAuthTest.php The theme to install as the default for testing.
FeedXmlBasicAuthTest::$format property core/modules/aggregator/tests/src/Functional/Rest/FeedXmlBasicAuthTest.php The format to use in this test.
FeedXmlBasicAuthTest::$mimeType property core/modules/aggregator/tests/src/Functional/Rest/FeedXmlBasicAuthTest.php The MIME type that corresponds to $format.
FeedXmlBasicAuthTest::$modules property core/modules/aggregator/tests/src/Functional/Rest/FeedXmlBasicAuthTest.php Modules to install.
FeedXmlCookieTest class core/modules/aggregator/tests/src/Functional/Rest/FeedXmlCookieTest.php @group rest
@group legacy
FeedXmlCookieTest.php file core/modules/aggregator/tests/src/Functional/Rest/FeedXmlCookieTest.php
FeedXmlCookieTest::$auth property core/modules/aggregator/tests/src/Functional/Rest/FeedXmlCookieTest.php The authentication mechanism to use in this test.
FeedXmlCookieTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/Rest/FeedXmlCookieTest.php The theme to install as the default for testing.
FeedXmlCookieTest::$format property core/modules/aggregator/tests/src/Functional/Rest/FeedXmlCookieTest.php The format to use in this test.
FeedXmlCookieTest::$mimeType property core/modules/aggregator/tests/src/Functional/Rest/FeedXmlCookieTest.php The MIME type that corresponds to $format.
FetcherInterface interface core/modules/aggregator/src/Plugin/FetcherInterface.php Defines an interface for aggregator fetcher implementations.
FetcherInterface.php file core/modules/aggregator/src/Plugin/FetcherInterface.php
FetcherInterface::fetch function core/modules/aggregator/src/Plugin/FetcherInterface.php Downloads feed data.
FetchTest class core/tests/Drupal/KernelTests/Core/Database/FetchTest.php Tests the Database system's various fetch capabilities.
FetchTest.php file core/tests/Drupal/KernelTests/Core/Database/FetchTest.php
FetchTest::testQueryFetchAllColumn function core/tests/Drupal/KernelTests/Core/Database/FetchTest.php Confirms that we can fetch all records into an array explicitly.
FetchTest::testQueryFetchArray function core/tests/Drupal/KernelTests/Core/Database/FetchTest.php Confirms that we can fetch a record to an associative array explicitly.
FetchTest::testQueryFetchBoth function core/tests/Drupal/KernelTests/Core/Database/FetchTest.php Confirms that we can fetch a record into a doubly-keyed array explicitly.
FetchTest::testQueryFetchClass function core/tests/Drupal/KernelTests/Core/Database/FetchTest.php Confirms that we can fetch a record into a new instance of a custom class.

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