Search for conf

  1. Search 7.x for conf
  2. Search 9.5.x for conf
  3. Search 8.9.x for conf
  4. Search 11.x for conf
  5. Other projects
Title Object type File name Summary
RestResourceConfigResourceTestBase::$modules property core/modules/rest/tests/src/Functional/Rest/RestResourceConfigResourceTestBase.php Modules to install.
RestResourceConfigResourceTestBase::createEntity function core/modules/rest/tests/src/Functional/Rest/RestResourceConfigResourceTestBase.php Creates the entity to be tested.
RestResourceConfigResourceTestBase::getExpectedCacheContexts function core/modules/rest/tests/src/Functional/Rest/RestResourceConfigResourceTestBase.php The expected cache contexts for the GET/HEAD response of the test entity.
RestResourceConfigResourceTestBase::getExpectedNormalizedEntity function core/modules/rest/tests/src/Functional/Rest/RestResourceConfigResourceTestBase.php Returns the expected normalization of the entity.
RestResourceConfigResourceTestBase::getNormalizedPostEntity function core/modules/rest/tests/src/Functional/Rest/RestResourceConfigResourceTestBase.php Returns the normalized POST entity.
RestResourceConfigResourceTestBase::setUpAuthorization function core/modules/rest/tests/src/Functional/Rest/RestResourceConfigResourceTestBase.php Sets up the necessary authorization.
RestResourceConfigTest class core/modules/rest/tests/src/Unit/Entity/RestResourceConfigTest.php @coversDefaultClass \Drupal\rest\Entity\RestResourceConfig
RestResourceConfigTest class core/modules/rest/tests/src/Kernel/Entity/RestResourceConfigTest.php @coversDefaultClass \Drupal\rest\Entity\RestResourceConfig
RestResourceConfigTest class core/modules/jsonapi/tests/src/Functional/RestResourceConfigTest.php JSON:API integration test for the "RestResourceConfig" config entity type.
RestResourceConfigTest.php file core/modules/jsonapi/tests/src/Functional/RestResourceConfigTest.php
RestResourceConfigTest.php file core/modules/rest/tests/src/Unit/Entity/RestResourceConfigTest.php
RestResourceConfigTest.php file core/modules/rest/tests/src/Kernel/Entity/RestResourceConfigTest.php
RestResourceConfigTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/RestResourceConfigTest.php The theme to install as the default for testing.
RestResourceConfigTest::$entity property core/modules/jsonapi/tests/src/Functional/RestResourceConfigTest.php
RestResourceConfigTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/RestResourceConfigTest.php The tested entity type.
RestResourceConfigTest::$modules property core/modules/jsonapi/tests/src/Functional/RestResourceConfigTest.php Modules to install.
RestResourceConfigTest::$modules property core/modules/rest/tests/src/Kernel/Entity/RestResourceConfigTest.php Modules to install.
RestResourceConfigTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/RestResourceConfigTest.php The name of the tested JSON:API resource type.
RestResourceConfigTest::createEntity function core/modules/jsonapi/tests/src/Functional/RestResourceConfigTest.php Creates the entity to be tested.
RestResourceConfigTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/RestResourceConfigTest.php Returns the expected JSON:API document for the entity.
RestResourceConfigTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/RestResourceConfigTest.php Returns the JSON:API POST document.
RestResourceConfigTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/RestResourceConfigTest.php Sets up the necessary authorization.
RestResourceConfigTest::testCalculateDependencies function core/modules/rest/tests/src/Kernel/Entity/RestResourceConfigTest.php @covers ::calculateDependencies
RestResourceConfigTest::testNormalizeRestMethod function core/modules/rest/tests/src/Unit/Entity/RestResourceConfigTest.php Asserts that rest methods are normalized to upper case.
RestResourceConfigValidationTest class core/modules/rest/tests/src/Kernel/Entity/RestResourceConfigValidationTest.php Tests validation of rest_resource_config entities.
RestResourceConfigValidationTest.php file core/modules/rest/tests/src/Kernel/Entity/RestResourceConfigValidationTest.php
RestResourceConfigValidationTest::$hasLabel property core/modules/rest/tests/src/Kernel/Entity/RestResourceConfigValidationTest.php Whether a config entity of this type has a label.
RestResourceConfigValidationTest::$modules property core/modules/rest/tests/src/Kernel/Entity/RestResourceConfigValidationTest.php Modules to install.
RestResourceConfigValidationTest::setUp function core/modules/rest/tests/src/Kernel/Entity/RestResourceConfigValidationTest.php
RestResourceConfigValidationTest::testInvalidPluginId function core/modules/rest/tests/src/Kernel/Entity/RestResourceConfigValidationTest.php Tests that the resource plugin ID is validated.
RestResourceConfigXmlAnonTest class core/modules/rest/tests/src/Functional/Rest/RestResourceConfigXmlAnonTest.php @group rest
RestResourceConfigXmlAnonTest.php file core/modules/rest/tests/src/Functional/Rest/RestResourceConfigXmlAnonTest.php
RestResourceConfigXmlAnonTest::$defaultTheme property core/modules/rest/tests/src/Functional/Rest/RestResourceConfigXmlAnonTest.php The theme to install as the default for testing.
RestResourceConfigXmlAnonTest::$format property core/modules/rest/tests/src/Functional/Rest/RestResourceConfigXmlAnonTest.php The format to use in this test.
RestResourceConfigXmlAnonTest::$mimeType property core/modules/rest/tests/src/Functional/Rest/RestResourceConfigXmlAnonTest.php The MIME type that corresponds to $format.
RestResourceConfigXmlBasicAuthTest class core/modules/rest/tests/src/Functional/Rest/RestResourceConfigXmlBasicAuthTest.php @group rest
RestResourceConfigXmlBasicAuthTest.php file core/modules/rest/tests/src/Functional/Rest/RestResourceConfigXmlBasicAuthTest.php
RestResourceConfigXmlBasicAuthTest::$auth property core/modules/rest/tests/src/Functional/Rest/RestResourceConfigXmlBasicAuthTest.php The authentication mechanism to use in this test.
RestResourceConfigXmlBasicAuthTest::$defaultTheme property core/modules/rest/tests/src/Functional/Rest/RestResourceConfigXmlBasicAuthTest.php The theme to install as the default for testing.
RestResourceConfigXmlBasicAuthTest::$format property core/modules/rest/tests/src/Functional/Rest/RestResourceConfigXmlBasicAuthTest.php The format to use in this test.
RestResourceConfigXmlBasicAuthTest::$mimeType property core/modules/rest/tests/src/Functional/Rest/RestResourceConfigXmlBasicAuthTest.php The MIME type that corresponds to $format.
RestResourceConfigXmlBasicAuthTest::$modules property core/modules/rest/tests/src/Functional/Rest/RestResourceConfigXmlBasicAuthTest.php Modules to install.
RestResourceConfigXmlCookieTest class core/modules/rest/tests/src/Functional/Rest/RestResourceConfigXmlCookieTest.php @group rest
RestResourceConfigXmlCookieTest.php file core/modules/rest/tests/src/Functional/Rest/RestResourceConfigXmlCookieTest.php
RestResourceConfigXmlCookieTest::$auth property core/modules/rest/tests/src/Functional/Rest/RestResourceConfigXmlCookieTest.php The authentication mechanism to use in this test.
RestResourceConfigXmlCookieTest::$defaultTheme property core/modules/rest/tests/src/Functional/Rest/RestResourceConfigXmlCookieTest.php The theme to install as the default for testing.
RestResourceConfigXmlCookieTest::$format property core/modules/rest/tests/src/Functional/Rest/RestResourceConfigXmlCookieTest.php The format to use in this test.
RestResourceConfigXmlCookieTest::$mimeType property core/modules/rest/tests/src/Functional/Rest/RestResourceConfigXmlCookieTest.php The MIME type that corresponds to $format.
RevertOverridesForm::getConfirmText function core/modules/layout_builder/src/Form/RevertOverridesForm.php Returns a caption for the button that confirms the action.
ReviewForm::getConfirmText function core/modules/migrate_drupal_ui/src/Form/ReviewForm.php Returns a caption for the button that confirms the action.

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