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 10.3.x for conf
  5. Other projects
Title Object type File name Summary
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.
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.

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