Search for conf
| Title | Object type | File name | Summary |
|---|---|---|---|
| RestResourceConfig::getFormats | function | core/ |
Retrieves a list of supported response formats. |
| RestResourceConfig::getFormatsForMethodGranularity | function | core/ |
Retrieves a list of supported response formats. |
| RestResourceConfig::getMethods | function | core/ |
Retrieves a list of supported HTTP methods. |
| RestResourceConfig::getMethodsForMethodGranularity | function | core/ |
Retrieves a list of supported HTTP methods for this resource. |
| RestResourceConfig::getPluginCollections | function | core/ |
Gets the plugin collections used by this object. |
| RestResourceConfig::getResourcePlugin | function | core/ |
Retrieves the REST resource plugin. |
| RestResourceConfig::getResourcePluginManager | function | core/ |
Returns the resource plugin manager. |
| RestResourceConfig::getRestResourceDependencies | function | core/ |
Returns the REST resource dependencies. |
| RestResourceConfig::normalizeRestMethod | function | core/ |
Normalizes the method. |
| RestResourceConfig::onDependencyRemoval | function | core/ |
Informs the entity that entities it depends on will be deleted. |
| RestResourceConfig::postDelete | function | core/ |
Acts on deleted entities before the delete hook is invoked. |
| RestResourceConfig::postSave | function | core/ |
Acts on a saved entity before the insert or update hook is invoked. |
| RestResourceConfig::__construct | function | core/ |
Constructs an Entity object. |
| RestResourceConfigInterface | interface | core/ |
Defines a configuration entity to store enabled REST resources. |
| RestResourceConfigInterface.php | file | core/ |
|
| RestResourceConfigInterface::getAuthenticationProviders | function | core/ |
Retrieves a list of supported authentication providers. |
| RestResourceConfigInterface::getFormats | function | core/ |
Retrieves a list of supported response formats. |
| RestResourceConfigInterface::getMethods | function | core/ |
Retrieves a list of supported HTTP methods. |
| RestResourceConfigInterface::getResourcePlugin | function | core/ |
Retrieves the REST resource plugin. |
| RestResourceConfigInterface::METHOD_GRANULARITY | constant | core/ |
Granularity value for per-method configuration. |
| RestResourceConfigInterface::RESOURCE_GRANULARITY | constant | core/ |
Granularity value for per-resource configuration. |
| RestResourceConfigJsonAnonTest | class | core/ |
Tests Rest Resource Config Json Anon. |
| RestResourceConfigJsonAnonTest.php | file | core/ |
|
| RestResourceConfigJsonAnonTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| RestResourceConfigJsonAnonTest::$format | property | core/ |
The format to use in this test. |
| RestResourceConfigJsonAnonTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
| RestResourceConfigJsonBasicAuthTest | class | core/ |
Tests Rest Resource Config Json Basic Auth. |
| RestResourceConfigJsonBasicAuthTest.php | file | core/ |
|
| RestResourceConfigJsonBasicAuthTest::$auth | property | core/ |
The authentication mechanism to use in this test. |
| RestResourceConfigJsonBasicAuthTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| RestResourceConfigJsonBasicAuthTest::$format | property | core/ |
The format to use in this test. |
| RestResourceConfigJsonBasicAuthTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
| RestResourceConfigJsonBasicAuthTest::$modules | property | core/ |
Modules to install. |
| RestResourceConfigJsonCookieTest | class | core/ |
Tests Rest Resource Config Json Cookie. |
| RestResourceConfigJsonCookieTest.php | file | core/ |
|
| RestResourceConfigJsonCookieTest::$auth | property | core/ |
The authentication mechanism to use in this test. |
| RestResourceConfigJsonCookieTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| RestResourceConfigJsonCookieTest::$format | property | core/ |
The format to use in this test. |
| RestResourceConfigJsonCookieTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
| RestResourceConfigResourceTestBase | class | core/ |
Resource test base for the RestResourceConfig entity. |
| RestResourceConfigResourceTestBase.php | file | core/ |
|
| RestResourceConfigResourceTestBase::$entity | property | core/ |
|
| RestResourceConfigResourceTestBase::$entityTypeId | property | core/ |
The tested entity type. |
| RestResourceConfigResourceTestBase::$modules | property | core/ |
Modules to install. |
| RestResourceConfigResourceTestBase::createEntity | function | core/ |
Creates the entity to be tested. |
| RestResourceConfigResourceTestBase::getExpectedCacheContexts | function | core/ |
The expected cache contexts for the GET/HEAD response of the test entity. |
| RestResourceConfigResourceTestBase::getExpectedNormalizedEntity | function | core/ |
Returns the expected normalization of the entity. |
| RestResourceConfigResourceTestBase::getNormalizedPostEntity | function | core/ |
Returns the normalized POST entity. |
| RestResourceConfigResourceTestBase::setUpAuthorization | function | core/ |
Sets up the necessary authorization. |
| RestResourceConfigTest | class | core/ |
Tests Drupal\rest\Entity\RestResourceConfig. |
Pagination
- Previous page
- Page 111
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.