Search for support

  1. Search 7.x for support
  2. Search 9.5.x for support
  3. Search 8.9.x for support
  4. Search 10.3.x for support
  5. Search 11.x for support
  6. Other projects
Title Object type File name Summary
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.
NullNormalizer::$supportedTypes property core/modules/serialization/src/Normalizer/NullNormalizer.php The interface or class that this Normalizer supports.
NullNormalizer::getSupportedTypes function core/modules/serialization/src/Normalizer/NullNormalizer.php
NullNormalizerTest::testSupportsNormalization function core/modules/serialization/tests/src/Unit/Normalizer/NullNormalizerTest.php Tests supports normalization.
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.
OverridesSectionStorage::isSupported function core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php
OverridesSectionStorageTest::testIsSupported function core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php @legacy-covers ::isSupported
PasswordVerifyTest::testPasswordCheckSupported function core/modules/phpass/tests/src/Unit/PasswordVerifyTest.php Tests that check() verifies passwords if hash settings are supported.
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.
PhpTuf\ComposerStager\API\Precondition\Service\HostSupportsRunningProcessesInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Precondition\Service\HostSupportsRunningProcesses
PhpTuf\ComposerStager\API\Precondition\Service\NoUnsupportedLinksExistInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Precondition\Service\NoUnsupportedLinksExist
PrimitiveDataNormalizer::getSupportedTypes function core/modules/serialization/src/Normalizer/PrimitiveDataNormalizer.php
PrimitiveDataNormalizerTest::testSupportsNormalization function core/modules/serialization/tests/src/Unit/Normalizer/PrimitiveDataNormalizerTest.php Tests supports normalization.
PrimitiveDataNormalizerTest::testSupportsNormalizationFail function core/modules/serialization/tests/src/Unit/Normalizer/PrimitiveDataNormalizerTest.php Tests supports normalization fail.
ProjectInfo::getSupportedBranches function core/modules/package_manager/src/ProjectInfo.php Gets the supported branches of the project.
ProjectInfoTest::providerGetSupportedBranches function core/modules/package_manager/tests/src/Kernel/ProjectInfoTest.php Data provider for testGetSupportedBranches().
ProjectInfoTest::testGetSupportedBranches function core/modules/package_manager/tests/src/Kernel/ProjectInfoTest.php Tests get supported branches.
ProjectRelease::isUnsupported function core/modules/update/src/ProjectRelease.php Determines if the release is unsupported.
RecipeConfigStorageWrapperTest::testUnsupportedMethods function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Test methods that are unsupported.
RelationshipNormalizer::getSupportedTypes function core/modules/jsonapi/src/Normalizer/RelationshipNormalizer.php
ResourceIdentifierNormalizer::getSupportedTypes function core/modules/jsonapi/src/Normalizer/ResourceIdentifierNormalizer.php
ResourceObjectNormalizer::getSupportedTypes function core/modules/jsonapi/src/Normalizer/ResourceObjectNormalizer.php
ResourceObjectNormalizer::supportsDenormalization function core/modules/jsonapi/src/Normalizer/ResourceObjectNormalizer.php
RestExportJsonApiUnsupportedTest class core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupportedTest.php Ensures that the 'api_json' format is not supported by the REST module.
RestExportJsonApiUnsupportedTest.php file core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupportedTest.php
RestExportJsonApiUnsupportedTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupportedTest.php
RestExportJsonApiUnsupportedTest::$modules property core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupportedTest.php
RestExportJsonApiUnsupportedTest::$testViews property core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupportedTest.php
RestExportJsonApiUnsupportedTest::setUp function core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupportedTest.php
RestExportJsonApiUnsupportedTest::testFormatOptions function core/modules/jsonapi/tests/src/Functional/RestExportJsonApiUnsupportedTest.php Tests that 'api_json' is not a RestExport format option.
RestJsonApiUnsupportedTest class core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php Ensures that the 'api_json' format is not supported by the REST module.
RestJsonApiUnsupportedTest.php file core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php
RestJsonApiUnsupportedTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php
RestJsonApiUnsupportedTest::$format property core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php
RestJsonApiUnsupportedTest::$mimeType property core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php
RestJsonApiUnsupportedTest::$modules property core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php
RestJsonApiUnsupportedTest::$resourceConfigId property core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php
RestJsonApiUnsupportedTest::assertNormalizationEdgeCases function core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php
RestJsonApiUnsupportedTest::getExpectedUnauthorizedAccessCacheability function core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php
RestJsonApiUnsupportedTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php
RestJsonApiUnsupportedTest::setUp function core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php
RestJsonApiUnsupportedTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php
RestJsonApiUnsupportedTest::testApiJsonNotSupportedInRest function core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupportedTest.php Deploying a REST resource using api_json format results in 400 responses.
RouterUnsupportedTest class core/tests/Drupal/Tests/Core/Routing/RouterUnsupportedTest.php Tests Drupal\Core\Routing\Router.

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