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
RestConfigurationEntitiesUpdateTest::setDatabaseDumpFiles function core/modules/rest/tests/src/Functional/Update/RestConfigurationEntitiesUpdateTest.php Set database dump files to be used.
RestConfigurationEntitiesUpdateTest::testResourcesConvertedToConfigEntities function core/modules/rest/tests/src/Functional/Update/RestConfigurationEntitiesUpdateTest.php Tests rest_update_8201().
RestJsonApiUnsupported::$resourceConfigId property core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupported.php The REST Resource Config entity ID under test (i.e. a resource type).
RestPermissions::$resourceConfigStorage property core/modules/rest/src/RestPermissions.php The REST resource config storage.
RestRegisterUserTest::$resourceConfigId property core/modules/user/tests/src/Functional/RestRegisterUserTest.php The REST Resource Config entity ID under test (i.e. a resource type).
RestResourceConfig class core/modules/rest/src/Entity/RestResourceConfig.php Defines a RestResourceConfig configuration entity class.
RestResourceConfig.php file core/modules/rest/src/Entity/RestResourceConfig.php
RestResourceConfig::$configuration property core/modules/rest/src/Entity/RestResourceConfig.php The REST resource configuration.
RestResourceConfig::$granularity property core/modules/rest/src/Entity/RestResourceConfig.php The REST resource configuration granularity.
RestResourceConfig::$id property core/modules/rest/src/Entity/RestResourceConfig.php The REST resource config id.
RestResourceConfig::$pluginManager property core/modules/rest/src/Entity/RestResourceConfig.php The rest resource plugin manager.
RestResourceConfig::$plugin_id property core/modules/rest/src/Entity/RestResourceConfig.php The REST resource plugin id.
RestResourceConfig::calculateDependencies function core/modules/rest/src/Entity/RestResourceConfig.php Calculates dependencies and stores them in the dependency property.
RestResourceConfig::getAuthenticationProviders function core/modules/rest/src/Entity/RestResourceConfig.php Retrieves a list of supported authentication providers.
RestResourceConfig::getAuthenticationProvidersForMethodGranularity function core/modules/rest/src/Entity/RestResourceConfig.php Retrieves a list of supported authentication providers.
RestResourceConfig::getFormats function core/modules/rest/src/Entity/RestResourceConfig.php Retrieves a list of supported response formats.
RestResourceConfig::getFormatsForMethodGranularity function core/modules/rest/src/Entity/RestResourceConfig.php Retrieves a list of supported response formats.
RestResourceConfig::getLabelFromPlugin function core/modules/rest/src/Entity/RestResourceConfig.php The label callback for this configuration entity.
RestResourceConfig::getMethods function core/modules/rest/src/Entity/RestResourceConfig.php Retrieves a list of supported HTTP methods.
RestResourceConfig::getMethodsForMethodGranularity function core/modules/rest/src/Entity/RestResourceConfig.php Retrieves a list of supported HTTP methods for this resource.
RestResourceConfig::getPluginCollections function core/modules/rest/src/Entity/RestResourceConfig.php
RestResourceConfig::getResourcePlugin function core/modules/rest/src/Entity/RestResourceConfig.php Retrieves the REST resource plugin.
RestResourceConfig::getResourcePluginManager function core/modules/rest/src/Entity/RestResourceConfig.php Returns the resource plugin manager.
RestResourceConfig::getRestResourceDependencies function core/modules/rest/src/Entity/RestResourceConfig.php Returns the REST resource dependencies.
RestResourceConfig::normalizeRestMethod function core/modules/rest/src/Entity/RestResourceConfig.php Normalizes the method.
RestResourceConfig::onDependencyRemoval function core/modules/rest/src/Entity/RestResourceConfig.php Informs the entity that entities it depends on will be deleted.
RestResourceConfig::postDelete function core/modules/rest/src/Entity/RestResourceConfig.php Acts on deleted entities before the delete hook is invoked.
RestResourceConfig::postSave function core/modules/rest/src/Entity/RestResourceConfig.php Acts on a saved entity before the insert or update hook is invoked.
RestResourceConfig::__construct function core/modules/rest/src/Entity/RestResourceConfig.php Constructs an Entity object.
RestResourceConfigHalJsonAnonTest class core/modules/rest/tests/src/Functional/Hal/RestResourceConfigHalJsonAnonTest.php @group hal
RestResourceConfigHalJsonAnonTest.php file core/modules/rest/tests/src/Functional/Hal/RestResourceConfigHalJsonAnonTest.php
RestResourceConfigHalJsonAnonTest::$defaultTheme property core/modules/rest/tests/src/Functional/Hal/RestResourceConfigHalJsonAnonTest.php The theme to install as the default for testing.
RestResourceConfigHalJsonAnonTest::$format property core/modules/rest/tests/src/Functional/Hal/RestResourceConfigHalJsonAnonTest.php The format to use in this test.
RestResourceConfigHalJsonAnonTest::$mimeType property core/modules/rest/tests/src/Functional/Hal/RestResourceConfigHalJsonAnonTest.php The MIME type that corresponds to $format.
RestResourceConfigHalJsonAnonTest::$modules property core/modules/rest/tests/src/Functional/Hal/RestResourceConfigHalJsonAnonTest.php Modules to install.
RestResourceConfigHalJsonBasicAuthTest class core/modules/rest/tests/src/Functional/Hal/RestResourceConfigHalJsonBasicAuthTest.php @group hal
RestResourceConfigHalJsonBasicAuthTest.php file core/modules/rest/tests/src/Functional/Hal/RestResourceConfigHalJsonBasicAuthTest.php
RestResourceConfigHalJsonBasicAuthTest::$auth property core/modules/rest/tests/src/Functional/Hal/RestResourceConfigHalJsonBasicAuthTest.php The authentication mechanism to use in this test.
RestResourceConfigHalJsonBasicAuthTest::$defaultTheme property core/modules/rest/tests/src/Functional/Hal/RestResourceConfigHalJsonBasicAuthTest.php The theme to install as the default for testing.
RestResourceConfigHalJsonBasicAuthTest::$format property core/modules/rest/tests/src/Functional/Hal/RestResourceConfigHalJsonBasicAuthTest.php The format to use in this test.
RestResourceConfigHalJsonBasicAuthTest::$mimeType property core/modules/rest/tests/src/Functional/Hal/RestResourceConfigHalJsonBasicAuthTest.php The MIME type that corresponds to $format.
RestResourceConfigHalJsonBasicAuthTest::$modules property core/modules/rest/tests/src/Functional/Hal/RestResourceConfigHalJsonBasicAuthTest.php Modules to install.
RestResourceConfigHalJsonCookieTest class core/modules/rest/tests/src/Functional/Hal/RestResourceConfigHalJsonCookieTest.php @group hal
RestResourceConfigHalJsonCookieTest.php file core/modules/rest/tests/src/Functional/Hal/RestResourceConfigHalJsonCookieTest.php
RestResourceConfigHalJsonCookieTest::$auth property core/modules/rest/tests/src/Functional/Hal/RestResourceConfigHalJsonCookieTest.php The authentication mechanism to use in this test.
RestResourceConfigHalJsonCookieTest::$defaultTheme property core/modules/rest/tests/src/Functional/Hal/RestResourceConfigHalJsonCookieTest.php The theme to install as the default for testing.
RestResourceConfigHalJsonCookieTest::$format property core/modules/rest/tests/src/Functional/Hal/RestResourceConfigHalJsonCookieTest.php The format to use in this test.
RestResourceConfigHalJsonCookieTest::$mimeType property core/modules/rest/tests/src/Functional/Hal/RestResourceConfigHalJsonCookieTest.php The MIME type that corresponds to $format.
RestResourceConfigHalJsonCookieTest::$modules property core/modules/rest/tests/src/Functional/Hal/RestResourceConfigHalJsonCookieTest.php Modules to install.
RestResourceConfigInterface interface core/modules/rest/src/RestResourceConfigInterface.php Defines a configuration entity to store enabled REST resources.

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