Search for conf

  1. Search 7.x for conf
  2. Search 9.5.x for conf
  3. Search 10.3.x for conf
  4. Search 11.x for conf
  5. Other projects
Title Object type File name Summary
ResourceRoutes::getRoutesForResourceConfig function core/modules/rest/src/Routing/ResourceRoutes.php Provides all routes for a given REST resource config.
ResourceTestBase::$resourceConfigId property core/modules/rest/tests/src/Functional/ResourceTestBase.php The REST Resource Config entity ID under test (i.e. a resource type).
ResourceTestBase::$resourceConfigStorage property core/modules/rest/tests/src/Functional/ResourceTestBase.php The REST resource config entity storage.
ResourceTestBase::refreshTestStateAfterRestConfigChange function core/modules/rest/tests/src/Functional/ResourceTestBase.php Refreshes the state of the tester to be in sync with the testee.
ResourceTypeRepositoryTest::testMappingNameConflictCheck function core/modules/jsonapi/tests/src/Kernel/ResourceType/ResourceTypeRepositoryTest.php Ensures that a naming conflict in the mapping causes an exception to be
thrown.
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
rest.config_subscriber service core/modules/rest/rest.services.yml Drupal\rest\EventSubscriber\RestConfigSubscriber
RestConfigSubscriber class core/modules/rest/src/EventSubscriber/RestConfigSubscriber.php A subscriber triggering a route rebuild when certain configuration changes.
RestConfigSubscriber.php file core/modules/rest/src/EventSubscriber/RestConfigSubscriber.php
RestConfigSubscriber::$routerBuilder property core/modules/rest/src/EventSubscriber/RestConfigSubscriber.php The router builder.
RestConfigSubscriber::getSubscribedEvents function core/modules/rest/src/EventSubscriber/RestConfigSubscriber.php
RestConfigSubscriber::onSave function core/modules/rest/src/EventSubscriber/RestConfigSubscriber.php Informs the router builder a rebuild is needed when necessary.
RestConfigSubscriber::__construct function core/modules/rest/src/EventSubscriber/RestConfigSubscriber.php Constructs the RestConfigSubscriber.
RestConfigurationEntitiesUpdateTest class core/modules/rest/tests/src/Functional/Update/RestConfigurationEntitiesUpdateTest.php Tests that rest.settings is converted to rest_resource_config entities.
RestConfigurationEntitiesUpdateTest.php file core/modules/rest/tests/src/Functional/Update/RestConfigurationEntitiesUpdateTest.php
RestConfigurationEntitiesUpdateTest::$modules property core/modules/rest/tests/src/Functional/Update/RestConfigurationEntitiesUpdateTest.php Modules to enable after the database is loaded.
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.

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