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
FeedTest::$modules property core/modules/jsonapi/tests/src/Functional/FeedTest.php Modules to enable.
FeedTest::$patchProtectedFieldNames property core/modules/jsonapi/tests/src/Functional/FeedTest.php The fields that are protected against modification during PATCH requests.
FeedTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/FeedTest.php The name of the tested JSON:API resource type.
FeedTest::$uniqueFieldNames property core/modules/jsonapi/tests/src/Functional/FeedTest.php Fields that need unique values.
FeedTest::createAnotherEntity function core/modules/jsonapi/tests/src/Functional/FeedTest.php Creates another entity to be tested.
FeedTest::createEntity function core/modules/jsonapi/tests/src/Functional/FeedTest.php Creates the entity to be tested.
FeedTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/FeedTest.php Returns the expected JSON:API document for the entity.
FeedTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/FeedTest.php Return the expected error message.
FeedTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/FeedTest.php Returns the JSON:API POST document.
FeedTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/FeedTest.php Sets up the necessary authorization.
FeedTest::testCollectionFilterAccess function core/modules/jsonapi/tests/src/Functional/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::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
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
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
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.
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.
FetchTest::testQueryFetchClasstype function core/tests/Drupal/KernelTests/Core/Database/FetchTest.php Confirms that we can fetch a record into a new instance of a custom class.
The name of the class is determined from a value of the first column.

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