Search for support

  1. Search 7.x for support
  2. Search 9.5.x for support
  3. Search 10.3.x for support
  4. Search 11.x for support
  5. Other projects
Title Object type File name Summary
ModerationInformation::getUnsupportedFeatures function core/modules/content_moderation/src/ModerationInformation.php Gets unsupported features for a given entity type.
ModerationInformationInterface::getUnsupportedFeatures function core/modules/content_moderation/src/ModerationInformationInterface.php Gets unsupported features for a given entity type.
ModuleVersion::createFromSupportBranch function core/modules/update/src/ModuleVersion.php Constructs a module version object from a support branch.
ModuleVersionTest::providerCreateFromSupportBranch function core/modules/update/tests/src/Unit/ModuleVersionTest.php Data provider for testCreateFromSupportBranch().
ModuleVersionTest::testCreateFromSupportBranch function core/modules/update/tests/src/Unit/ModuleVersionTest.php @covers ::createFromSupportBranch[[api-linebreak]]
NodeAccessTest::testUnsupportedOperation function core/modules/node/tests/src/Kernel/NodeAccessTest.php Test operations not supported by node grants.
NormalizerBase::$supportedInterfaceOrClass property core/modules/serialization/src/Normalizer/NormalizerBase.php The interface or class that this Normalizer supports.
NormalizerBase::supportsDenormalization function core/modules/serialization/src/Normalizer/NormalizerBase.php Implements \Symfony\Component\Serializer\Normalizer\DenormalizerInterface::supportsDenormalization()
NormalizerBase::supportsNormalization function core/modules/serialization/src/Normalizer/NormalizerBase.php
NormalizerBaseTest::providerTestSupportsNormalization function core/modules/serialization/tests/src/Unit/Normalizer/NormalizerBaseTest.php Data provider for testSupportsNormalization.
NormalizerBaseTest::testSupportsNormalization function core/modules/serialization/tests/src/Unit/Normalizer/NormalizerBaseTest.php Tests the supportsNormalization method.
NullNormalizerTest::testSupportsNormalization function core/modules/serialization/tests/src/Unit/Normalizer/NullNormalizerTest.php @covers ::__construct[[api-linebreak]]
@covers ::supportsNormalization[[api-linebreak]]
OptimizedPhpArrayDumper::supportsMachineFormat function core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php Whether this supports the machine-optimized format or not.
OptionsSelectWidget::supportsGroups function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsSelectWidget.php Indicates whether the widgets support optgroups.
OptionsWidgetBase::supportsGroups function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsWidgetBase.php Indicates whether the widgets support optgroups.
PhpArrayDumper::supportsMachineFormat function core/lib/Drupal/Component/DependencyInjection/Dumper/PhpArrayDumper.php Whether this supports the machine-optimized format or not.
PrimitiveDataNormalizer::$supportedInterfaceOrClass property core/modules/serialization/src/Normalizer/PrimitiveDataNormalizer.php The interface or class that this Normalizer supports.
PrimitiveDataNormalizerTest::testSupportsNormalization function core/modules/serialization/tests/src/Unit/Normalizer/PrimitiveDataNormalizerTest.php @covers ::supportsNormalization[[api-linebreak]]
@dataProvider dataProviderPrimitiveData
PrimitiveDataNormalizerTest::testSupportsNormalizationFail function core/modules/serialization/tests/src/Unit/Normalizer/PrimitiveDataNormalizerTest.php @covers ::supportsNormalization[[api-linebreak]]
Psr7RequestValueResolver::supports function core/lib/Drupal/Core/Controller/ArgumentResolver/Psr7RequestValueResolver.php
QuickEditIntegration::supportQuickEditOnComponent function core/modules/layout_builder/src/QuickEditIntegration.php Determines whether a component has Quick Edit support.
RawParameterValueResolver::supports function core/lib/Drupal/Core/Controller/ArgumentResolver/RawParameterValueResolver.php
RelationshipNormalizer::$supportedInterfaceOrClass property core/modules/jsonapi/src/Normalizer/RelationshipNormalizer.php The interface or class that this Normalizer supports.
ResourceIdentifierNormalizer::$supportedInterfaceOrClass property core/modules/jsonapi/src/Normalizer/ResourceIdentifierNormalizer.php The interface or class that this Normalizer supports.
ResourceObjectNormalizer::$supportedInterfaceOrClass property core/modules/jsonapi/src/Normalizer/ResourceObjectNormalizer.php The interface or class that this Normalizer supports.
ResourceObjectNormalizer::supportsDenormalization function core/modules/jsonapi/src/Normalizer/ResourceObjectNormalizer.php Implements \Symfony\Component\Serializer\Normalizer\DenormalizerInterface::supportsDenormalization()
RestExportJsonApiUnsupported class core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupported.php Ensures that the 'api_json' format is not supported by the REST module.
RestExportJsonApiUnsupported.php file core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupported.php
RestExportJsonApiUnsupported::$defaultTheme property core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupported.php The theme to install as the default for testing.
RestExportJsonApiUnsupported::$modules property core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupported.php Modules to enable.
RestExportJsonApiUnsupported::$testViews property core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupported.php
RestExportJsonApiUnsupported::setUp function core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupported.php
RestExportJsonApiUnsupported::testFormatOptions function core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupported.php Tests that 'api_json' is not a RestExport format option.
RestJsonApiUnsupported class core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupported.php Ensures that the 'api_json' format is not supported by the REST module.
RestJsonApiUnsupported.php file core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupported.php
RestJsonApiUnsupported::$defaultTheme property core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupported.php The theme to install as the default for testing.
RestJsonApiUnsupported::$format property core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupported.php The format to use in this test.
RestJsonApiUnsupported::$mimeType property core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupported.php The MIME type that corresponds to $format.
RestJsonApiUnsupported::$modules property core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupported.php Modules to install.
RestJsonApiUnsupported::$resourceConfigId property core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupported.php The REST Resource Config entity ID under test (i.e. a resource type).
RestJsonApiUnsupported::assertNormalizationEdgeCases function core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupported.php Asserts normalization-specific edge cases.
RestJsonApiUnsupported::getExpectedBcUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupported.php
RestJsonApiUnsupported::getExpectedUnauthorizedAccessCacheability function core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupported.php Returns the expected cacheability of an unauthorized access response.
RestJsonApiUnsupported::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupported.php Return the expected error message.
RestJsonApiUnsupported::setUp function core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupported.php
RestJsonApiUnsupported::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupported.php Sets up the necessary authorization.
RestJsonApiUnsupported::testApiJsonNotSupportedInRest function core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupported.php Deploying a REST resource using api_json format results in 400 responses.
RouteMatchValueResolver::supports function core/lib/Drupal/Core/Controller/ArgumentResolver/RouteMatchValueResolver.php
SerializationTestEncoder::supportsEncoding function core/modules/serialization/tests/serialization_test/src/SerializationTestEncoder.php
SerializationTestNormalizer::supportsNormalization function core/modules/serialization/tests/serialization_test/src/SerializationTestNormalizer.php Checks whether format is supported by this normalizer.

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