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. Search main for support
  6. 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
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
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
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
RelationshipNormalizer::hasCacheableSupportsMethod function core/modules/jsonapi/src/Normalizer/RelationshipNormalizer.php
ResourceIdentifierNormalizer::$supportedInterfaceOrClass property core/modules/jsonapi/src/Normalizer/ResourceIdentifierNormalizer.php
ResourceIdentifierNormalizer::hasCacheableSupportsMethod function core/modules/jsonapi/src/Normalizer/ResourceIdentifierNormalizer.php
ResourceObjectNormalizer::$supportedInterfaceOrClass property core/modules/jsonapi/src/Normalizer/ResourceObjectNormalizer.php
ResourceObjectNormalizer::hasCacheableSupportsMethod function core/modules/jsonapi/src/Normalizer/ResourceObjectNormalizer.php
ResourceObjectNormalizer::supportsDenormalization function core/modules/jsonapi/src/Normalizer/ResourceObjectNormalizer.php
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
RestExportJsonApiUnsupported::$modules property core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupported.php
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
RestJsonApiUnsupported::$format property core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupported.php
RestJsonApiUnsupported::$mimeType property core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupported.php
RestJsonApiUnsupported::$modules property core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupported.php
RestJsonApiUnsupported::$resourceConfigId property core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupported.php
RestJsonApiUnsupported::assertNormalizationEdgeCases function core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupported.php
RestJsonApiUnsupported::getExpectedUnauthorizedAccessCacheability function core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupported.php
RestJsonApiUnsupported::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupported.php
RestJsonApiUnsupported::setUp function core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupported.php
RestJsonApiUnsupported::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupported.php
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.