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
ItemTest::$entityTypeId property core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php The tested entity type.
ItemTest::$modules property core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php Modules to enable.
ItemTest::$patchProtectedFieldNames property core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php The fields that are protected against modification during PATCH requests.
ItemTest::$resourceTypeName property core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php The name of the tested JSON:API resource type.
ItemTest::createAnotherEntity function core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php Creates another entity to be tested.
ItemTest::createEntity function core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php Creates the entity to be tested.
ItemTest::getExpectedDocument function core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php Returns the expected JSON:API document for the entity.
ItemTest::getExpectedUnauthorizedAccessMessage function core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php Return the expected error message.
ItemTest::getPostDocument function core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php Returns the JSON:API POST document.
ItemTest::setUpAuthorization function core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php Sets up the necessary authorization.
ItemTest::testCollection function core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php Tests GETting a collection of resources.
ItemTest::testDeleteIndividual function core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php Tests DELETEing an individual resource, plus edge cases to ensure good DX.
ItemTest::testGetIndividual function core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php Tests GETting an individual resource, plus edge cases to ensure good DX.
ItemTest::testPatchIndividual function core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php Tests PATCHing an individual resource, plus edge cases to ensure good DX.
ItemTest::testPostIndividual function core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php Tests POSTing an individual resource, plus edge cases to ensure good DX.
ItemTest::testRelated function core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php Tests GET of the related resource of an individual resource.
ItemTest::testRelationships function core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php Tests CRUD of individual resource relationship data.
ItemViewBuilder class core/modules/aggregator/src/ItemViewBuilder.php View builder handler for aggregator feed items.
ItemViewBuilder.php file core/modules/aggregator/src/ItemViewBuilder.php
ItemViewBuilder::buildComponents function core/modules/aggregator/src/ItemViewBuilder.php Builds the component fields and properties of a set of entities.
ItemWithoutFeedTest class core/modules/aggregator/tests/src/Kernel/ItemWithoutFeedTest.php Tests clean handling of an item with a missing feed ID.
ItemWithoutFeedTest.php file core/modules/aggregator/tests/src/Kernel/ItemWithoutFeedTest.php
ItemWithoutFeedTest::$modules property core/modules/aggregator/tests/src/Kernel/ItemWithoutFeedTest.php Modules to enable.
ItemWithoutFeedTest::setUp function core/modules/aggregator/tests/src/Kernel/ItemWithoutFeedTest.php
ItemWithoutFeedTest::testEntityCreation function core/modules/aggregator/tests/src/Kernel/ItemWithoutFeedTest.php Tests attempting to create a feed item without a feed.
ItemXmlAnonTest class core/modules/aggregator/tests/src/Functional/Rest/ItemXmlAnonTest.php @group rest
@group legacy
ItemXmlAnonTest.php file core/modules/aggregator/tests/src/Functional/Rest/ItemXmlAnonTest.php
ItemXmlAnonTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/Rest/ItemXmlAnonTest.php The theme to install as the default for testing.
ItemXmlAnonTest::$format property core/modules/aggregator/tests/src/Functional/Rest/ItemXmlAnonTest.php The format to use in this test.
ItemXmlAnonTest::$mimeType property core/modules/aggregator/tests/src/Functional/Rest/ItemXmlAnonTest.php The MIME type that corresponds to $format.
ItemXmlBasicAuthTest class core/modules/aggregator/tests/src/Functional/Rest/ItemXmlBasicAuthTest.php @group rest
@group legacy
ItemXmlBasicAuthTest.php file core/modules/aggregator/tests/src/Functional/Rest/ItemXmlBasicAuthTest.php
ItemXmlBasicAuthTest::$auth property core/modules/aggregator/tests/src/Functional/Rest/ItemXmlBasicAuthTest.php The authentication mechanism to use in this test.
ItemXmlBasicAuthTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/Rest/ItemXmlBasicAuthTest.php The theme to install as the default for testing.
ItemXmlBasicAuthTest::$format property core/modules/aggregator/tests/src/Functional/Rest/ItemXmlBasicAuthTest.php The format to use in this test.
ItemXmlBasicAuthTest::$mimeType property core/modules/aggregator/tests/src/Functional/Rest/ItemXmlBasicAuthTest.php The MIME type that corresponds to $format.
ItemXmlBasicAuthTest::$modules property core/modules/aggregator/tests/src/Functional/Rest/ItemXmlBasicAuthTest.php Modules to install.
ItemXmlCookieTest class core/modules/aggregator/tests/src/Functional/Rest/ItemXmlCookieTest.php @group rest
@group legacy
ItemXmlCookieTest.php file core/modules/aggregator/tests/src/Functional/Rest/ItemXmlCookieTest.php
ItemXmlCookieTest::$auth property core/modules/aggregator/tests/src/Functional/Rest/ItemXmlCookieTest.php The authentication mechanism to use in this test.
ItemXmlCookieTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/Rest/ItemXmlCookieTest.php The theme to install as the default for testing.
ItemXmlCookieTest::$format property core/modules/aggregator/tests/src/Functional/Rest/ItemXmlCookieTest.php The format to use in this test.
ItemXmlCookieTest::$mimeType property core/modules/aggregator/tests/src/Functional/Rest/ItemXmlCookieTest.php The MIME type that corresponds to $format.
javascript-1.txt file core/tests/fixtures/files/javascript-1.txt <script>
alert('SimpleTest PHP was executed!');
</script>
JavascriptDeprecationTest class core/tests/Drupal/FunctionalJavascriptTests/JavascriptDeprecationTest.php Tests Javascript deprecation notices.
JavascriptDeprecationTest.php file core/tests/Drupal/FunctionalJavascriptTests/JavascriptDeprecationTest.php
JavascriptDeprecationTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/JavascriptDeprecationTest.php The theme to install as the default for testing.
JavascriptDeprecationTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/JavascriptDeprecationTest.php Modules to enable.
JavascriptDeprecationTest::testJavascriptDeprecation function core/tests/Drupal/FunctionalJavascriptTests/JavascriptDeprecationTest.php Tests Javascript deprecation notices.
JavascriptErrorsSuppressionTest class core/tests/Drupal/FunctionalJavascriptTests/JavascriptErrorsSuppressionTest.php Tests that Drupal.throwError can be suppressed to allow a test to pass.

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