Search for support

  1. Search 7.x for support
  2. Search 8.9.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
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.
PhpRequirements::getMinimumSupportedPhp function core/lib/Drupal/Core/Utility/PhpRequirements.php Dynamically identifies the minimum supported PHP version based on the date.
PhpRequirementsTest::providerMinimumSupportedPhp function core/tests/Drupal/Tests/Core/Utility/PhpRequirementsTest.php Data provider for ::testMinimumSupportedPhp().
PhpRequirementsTest::testMinimumSupportedPhp function core/tests/Drupal/Tests/Core/Utility/PhpRequirementsTest.php Tests the minimum supported PHP for valid scenarios.
PrimitiveDataNormalizer::$supportedInterfaceOrClass property core/modules/serialization/src/Normalizer/PrimitiveDataNormalizer.php The interface or class that this Normalizer supports.
PrimitiveDataNormalizer::hasCacheableSupportsMethod function core/modules/serialization/src/Normalizer/PrimitiveDataNormalizer.php
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]]
ProjectRelease::isUnsupported function core/modules/update/src/ProjectRelease.php Determines if the release is unsupported.
Psr7RequestValueResolver::supports function core/lib/Drupal/Core/Controller/ArgumentResolver/Psr7RequestValueResolver.php
RelationshipNormalizer::$supportedInterfaceOrClass property core/modules/jsonapi/src/Normalizer/RelationshipNormalizer.php The interface or class that this Normalizer supports.
RelationshipNormalizer::hasCacheableSupportsMethod function core/modules/jsonapi/src/Normalizer/RelationshipNormalizer.php
ResourceIdentifierNormalizer::$supportedInterfaceOrClass property core/modules/jsonapi/src/Normalizer/ResourceIdentifierNormalizer.php The interface or class that this Normalizer supports.
ResourceIdentifierNormalizer::hasCacheableSupportsMethod function core/modules/jsonapi/src/Normalizer/ResourceIdentifierNormalizer.php
ResourceObjectNormalizer::$supportedInterfaceOrClass property core/modules/jsonapi/src/Normalizer/ResourceObjectNormalizer.php The interface or class that this Normalizer supports.
ResourceObjectNormalizer::hasCacheableSupportsMethod function core/modules/jsonapi/src/Normalizer/ResourceObjectNormalizer.php
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 Sets up the test.
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::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.
Serializer::selfSupportsDenormalization function core/modules/jsonapi/src/Serializer/Serializer.php Checks whether this class alone supports denormalization.
Serializer::selfSupportsNormalization function core/modules/jsonapi/src/Serializer/Serializer.php Checks whether this class alone supports normalization.
Serializer::supportsDenormalization function core/modules/jsonapi/src/Serializer/Serializer.php

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