Search for config

  1. Search 7.x for config
  2. Search 9.5.x for config
  3. Search 8.9.x for config
  4. Search 10.3.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 8+ configuration 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
ResourceTestBase::refreshTestStateAfterRestConfigChange function core/modules/rest/tests/src/Functional/ResourceTestBase.php Refreshes the state of the tester to be in sync with the testee.
ResponseStatus::buildConfigurationForm function core/modules/system/src/Plugin/Condition/ResponseStatus.php Form constructor.
ResponseStatus::defaultConfiguration function core/modules/system/src/Plugin/Condition/ResponseStatus.php Gets default configuration for this plugin.
ResponseStatus::submitConfigurationForm function core/modules/system/src/Plugin/Condition/ResponseStatus.php Form submission handler.
ResponsiveImageConfigUpdater class core/modules/responsive_image/src/ResponsiveImageConfigUpdater.php Provides a BC layer for modules providing old configurations.
ResponsiveImageConfigUpdater.php file core/modules/responsive_image/src/ResponsiveImageConfigUpdater.php
ResponsiveImageConfigUpdater::$deprecationsEnabled property core/modules/responsive_image/src/ResponsiveImageConfigUpdater.php Flag determining whether deprecations should be triggered.
ResponsiveImageConfigUpdater::$triggeredDeprecations property core/modules/responsive_image/src/ResponsiveImageConfigUpdater.php Stores which deprecations were triggered.
ResponsiveImageConfigUpdater::orderMultipliersNumerically function core/modules/responsive_image/src/ResponsiveImageConfigUpdater.php Re-order mappings by breakpoint ID and descending numeric multiplier order.
ResponsiveImageConfigUpdater::processResponsiveImageField function core/modules/responsive_image/src/ResponsiveImageConfigUpdater.php Processes responsive image type fields.
ResponsiveImageConfigUpdater::setDeprecationsEnabled function core/modules/responsive_image/src/ResponsiveImageConfigUpdater.php Sets the deprecations enabling status.
ResponsiveImageStyleConfigEntityUnitTest class core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php @coversDefaultClass \Drupal\responsive_image\Entity\ResponsiveImageStyle
@group block
ResponsiveImageStyleConfigEntityUnitTest.php file core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php
ResponsiveImageStyleConfigEntityUnitTest::$breakpointManager property core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php The breakpoint manager used for testing.
ResponsiveImageStyleConfigEntityUnitTest::$entityType property core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php The entity type used for testing.
ResponsiveImageStyleConfigEntityUnitTest::$entityTypeManager property core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php The entity type manager used for testing.
ResponsiveImageStyleConfigEntityUnitTest::setUp function core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php
ResponsiveImageStyleConfigEntityUnitTest::testCalculateDependencies function core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php @covers ::calculateDependencies
ResponsiveImageStyleConfigEntityUnitTest::testGetImageStyleMapping function core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php @covers ::addImageStyleMapping
@covers ::getImageStyleMapping
ResponsiveImageStyleConfigEntityUnitTest::testGetImageStyleMappings function core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php @covers ::addImageStyleMapping
@covers ::getImageStyleMappings
ResponsiveImageStyleConfigEntityUnitTest::testGetKeyedImageStyleMappings function core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php @covers ::addImageStyleMapping
@covers ::getKeyedImageStyleMappings
ResponsiveImageStyleConfigEntityUnitTest::testHasImageStyleMappings function core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php @covers ::addImageStyleMapping
@covers ::hasImageStyleMappings
ResponsiveImageStyleConfigEntityUnitTest::testRemoveImageStyleMappings function core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php @covers ::addImageStyleMapping
@covers ::removeImageStyleMappings
ResponsiveImageStyleConfigEntityUnitTest::testSetBreakpointGroup function core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php @covers ::setBreakpointGroup
@covers ::getBreakpointGroup
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.
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::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.
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.