| ResponsiveImageStyleConfigEntityUnitTest::testRemoveImageStyleMappings |
function |
core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php |
Tests remove image style mappings. |
| ResponsiveImageStyleConfigEntityUnitTest::testSetBreakpointGroup |
function |
core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php |
Tests set breakpoint group. |
| RestJsonApiUnsupportedTest::$resourceConfigId |
property |
core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php |
|
| 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 |
Gets the plugin collections used by this object. |
| 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. |
| 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 |
The theme to install as the default for testing. |
| RestResourceConfigJsonAnonTest::$format |
property |
core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonAnonTest.php |
The format to use in this test. |
| RestResourceConfigJsonAnonTest::$mimeType |
property |
core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonAnonTest.php |
The MIME type that corresponds to $format. |
| 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 |
The authentication mechanism to use in this test. |
| RestResourceConfigJsonBasicAuthTest::$defaultTheme |
property |
core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonBasicAuthTest.php |
The theme to install as the default for testing. |
| RestResourceConfigJsonBasicAuthTest::$format |
property |
core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonBasicAuthTest.php |
The format to use in this test. |
| RestResourceConfigJsonBasicAuthTest::$mimeType |
property |
core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonBasicAuthTest.php |
The MIME type that corresponds to $format. |
| RestResourceConfigJsonBasicAuthTest::$modules |
property |
core/modules/rest/tests/src/Functional/Rest/RestResourceConfigJsonBasicAuthTest.php |
Modules to install. |
| 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 |
The authentication mechanism to use in this test. |