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. Search 11.x for conf
  6. Other projects
Title Object type File name Summary
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
RestResourceConfig::getAuthenticationProviders function core/modules/rest/src/Entity/RestResourceConfig.php
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
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
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
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
RestResourceConfig::postDelete function core/modules/rest/src/Entity/RestResourceConfig.php
RestResourceConfig::postSave function core/modules/rest/src/Entity/RestResourceConfig.php
RestResourceConfig::__construct function core/modules/rest/src/Entity/RestResourceConfig.php
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.
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 Tests Rest Resource Config Json Anon.
RestResourceConfigJsonAnonTest.php file core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonAnonTest.php
RestResourceConfigJsonAnonTest::$defaultTheme property core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonAnonTest.php
RestResourceConfigJsonAnonTest::$format property core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonAnonTest.php
RestResourceConfigJsonAnonTest::$mimeType property core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonAnonTest.php
RestResourceConfigJsonBasicAuthTest class core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonBasicAuthTest.php Tests Rest Resource Config Json Basic Auth.
RestResourceConfigJsonBasicAuthTest.php file core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonBasicAuthTest.php
RestResourceConfigJsonBasicAuthTest::$auth property core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonBasicAuthTest.php
RestResourceConfigJsonBasicAuthTest::$defaultTheme property core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonBasicAuthTest.php
RestResourceConfigJsonBasicAuthTest::$format property core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonBasicAuthTest.php
RestResourceConfigJsonBasicAuthTest::$mimeType property core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonBasicAuthTest.php
RestResourceConfigJsonBasicAuthTest::$modules property core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonBasicAuthTest.php
RestResourceConfigJsonCookieTest class core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonCookieTest.php Tests Rest Resource Config Json Cookie.
RestResourceConfigJsonCookieTest.php file core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonCookieTest.php
RestResourceConfigJsonCookieTest::$auth property core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonCookieTest.php
RestResourceConfigJsonCookieTest::$defaultTheme property core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonCookieTest.php
RestResourceConfigJsonCookieTest::$format property core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonCookieTest.php
RestResourceConfigJsonCookieTest::$mimeType property core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonCookieTest.php
RestResourceConfigResourceTestBase class core/modules/rest/tests/src/Functional/Rest/RestResourceConfigResourceTestBase.php Resource test base for the RestResourceConfig entity.

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