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
ItemTest::$modules property core/modules/jsonapi/tests/src/Functional/ItemTest.php Modules to enable.
ItemTest::$patchProtectedFieldNames property core/modules/jsonapi/tests/src/Functional/ItemTest.php The fields that are protected against modification during PATCH requests.
ItemTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/ItemTest.php The name of the tested JSON:API resource type.
ItemTest::createAnotherEntity function core/modules/jsonapi/tests/src/Functional/ItemTest.php Creates another entity to be tested.
ItemTest::createEntity function core/modules/jsonapi/tests/src/Functional/ItemTest.php Creates the entity to be tested.
ItemTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/ItemTest.php Returns the expected JSON:API document for the entity.
ItemTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/ItemTest.php Return the expected error message.
ItemTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/ItemTest.php Returns the JSON:API POST document.
ItemTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/ItemTest.php Sets up the necessary authorization.
ItemTest::testCollection function core/modules/jsonapi/tests/src/Functional/ItemTest.php Tests GETting a collection of resources.
ItemTest::testDeleteIndividual function core/modules/jsonapi/tests/src/Functional/ItemTest.php Tests DELETEing an individual resource, plus edge cases to ensure good DX.
ItemTest::testGetIndividual function core/modules/jsonapi/tests/src/Functional/ItemTest.php Tests GETting an individual resource, plus edge cases to ensure good DX.
ItemTest::testPatchIndividual function core/modules/jsonapi/tests/src/Functional/ItemTest.php Tests PATCHing an individual resource, plus edge cases to ensure good DX.
ItemTest::testPostIndividual function core/modules/jsonapi/tests/src/Functional/ItemTest.php Tests POSTing an individual resource, plus edge cases to ensure good DX.
ItemTest::testRelated function core/modules/jsonapi/tests/src/Functional/ItemTest.php Tests GETing related resource of an individual resource.
ItemTest::testRelationships function core/modules/jsonapi/tests/src/Functional/ItemTest.php Tests CRUD of individual resource relationship data.
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
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
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
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.
IteratorTest class core/modules/migrate/tests/src/Unit/process/IteratorTest.php Tests the iterator process plugin.
IteratorTest.php file core/modules/migrate/tests/src/Unit/process/IteratorTest.php
IteratorTest::$migrationConfiguration property core/modules/migrate/tests/src/Unit/process/IteratorTest.php
IteratorTest::$plugin property core/modules/migrate/tests/src/Unit/process/IteratorTest.php The iterator plugin being tested.
IteratorTest::testIterator function core/modules/migrate/tests/src/Unit/process/IteratorTest.php Tests the iterator process plugin.
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::$modules property core/tests/Drupal/FunctionalJavascriptTests/JavascriptDeprecationTest.php Modules to enable.
JavascriptDeprecationTest::testJavascriptDeprecation function core/tests/Drupal/FunctionalJavascriptTests/JavascriptDeprecationTest.php @expectedDeprecation Javascript Deprecation: This function is deprecated for testing purposes.
@expectedDeprecation Javascript Deprecation: This property is deprecated for testing purposes.

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