Search for config

  1. Search 7.x for config
  2. Search 9.5.x for config
  3. Search 10.3.x for config
  4. Search 11.x for config
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Config class composer/Plugin/VendorHardening/Config.php Determine configuration.
Config class core/modules/migrate_drupal/src/Plugin/migrate/source/d8/Config.php Drupal config source from database.
Config class core/modules/migrate/src/Plugin/migrate/destination/Config.php Provides Configuration Management destination plugin.
Config class core/lib/Drupal/Core/Config/Config.php Defines the default configuration object.

All search results

Title Object type File name Summary
RestResourceConfigInterface.php file core/modules/rest/src/RestResourceConfigInterface.php
RestResourceConfigInterface::getAuthenticationProviders function core/modules/rest/src/RestResourceConfigInterface.php Retrieves a list of supported authentication providers.
RestResourceConfigInterface::getFormats function core/modules/rest/src/RestResourceConfigInterface.php Retrieves a list of supported response formats.
RestResourceConfigInterface::getMethods function core/modules/rest/src/RestResourceConfigInterface.php Retrieves a list of supported HTTP methods.
RestResourceConfigInterface::getResourcePlugin function core/modules/rest/src/RestResourceConfigInterface.php Retrieves the REST resource plugin.
RestResourceConfigInterface::METHOD_GRANULARITY constant core/modules/rest/src/RestResourceConfigInterface.php Granularity value for per-method configuration.
RestResourceConfigInterface::RESOURCE_GRANULARITY constant core/modules/rest/src/RestResourceConfigInterface.php Granularity value for per-resource configuration.
RestResourceConfigJsonAnonTest class core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonAnonTest.php @group rest
RestResourceConfigJsonAnonTest.php file core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonAnonTest.php
RestResourceConfigJsonAnonTest::$defaultTheme property core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonAnonTest.php The theme to install as the default for testing.
RestResourceConfigJsonAnonTest::$format property core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonAnonTest.php The format to use in this test.
RestResourceConfigJsonAnonTest::$mimeType property core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonAnonTest.php The MIME type that corresponds to $format.
RestResourceConfigJsonBasicAuthTest class core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonBasicAuthTest.php @group rest
RestResourceConfigJsonBasicAuthTest.php file core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonBasicAuthTest.php
RestResourceConfigJsonBasicAuthTest::$auth property core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonBasicAuthTest.php The authentication mechanism to use in this test.
RestResourceConfigJsonBasicAuthTest::$defaultTheme property core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonBasicAuthTest.php The theme to install as the default for testing.
RestResourceConfigJsonBasicAuthTest::$format property core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonBasicAuthTest.php The format to use in this test.
RestResourceConfigJsonBasicAuthTest::$mimeType property core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonBasicAuthTest.php The MIME type that corresponds to $format.
RestResourceConfigJsonBasicAuthTest::$modules property core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonBasicAuthTest.php Modules to install.
RestResourceConfigJsonCookieTest class core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonCookieTest.php @group rest
RestResourceConfigJsonCookieTest.php file core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonCookieTest.php
RestResourceConfigJsonCookieTest::$auth property core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonCookieTest.php The authentication mechanism to use in this test.
RestResourceConfigJsonCookieTest::$defaultTheme property core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonCookieTest.php The theme to install as the default for testing.
RestResourceConfigJsonCookieTest::$format property core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonCookieTest.php The format to use in this test.
RestResourceConfigJsonCookieTest::$mimeType property core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonCookieTest.php The MIME type that corresponds to $format.
RestResourceConfigResourceTestBase class core/modules/rest/tests/src/Functional/Rest/RestResourceConfigResourceTestBase.php
RestResourceConfigResourceTestBase class core/modules/rest/tests/src/Functional/EntityResource/RestResourceConfig/RestResourceConfigResourceTestBase.php
RestResourceConfigResourceTestBase.php file core/modules/rest/tests/src/Functional/Rest/RestResourceConfigResourceTestBase.php
RestResourceConfigResourceTestBase.php file core/modules/rest/tests/src/Functional/EntityResource/RestResourceConfig/RestResourceConfigResourceTestBase.php
RestResourceConfigResourceTestBase::$entity property core/modules/rest/tests/src/Functional/Rest/RestResourceConfigResourceTestBase.php
RestResourceConfigResourceTestBase::$entityTypeId property core/modules/rest/tests/src/Functional/Rest/RestResourceConfigResourceTestBase.php The tested entity type.
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 enable.
RestResourceConfigTest::$modules property core/modules/rest/tests/src/Kernel/Entity/RestResourceConfigTest.php Modules to enable.
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.

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