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
BooleanItemNormalizer::$supportedInterfaceOrClass property core/modules/serialization/tests/modules/test_fieldtype_boolean_emoji_normalizer/src/Normalizer/BooleanItemNormalizer.php The interface or class that this Normalizer supports.
BooleanNormalizer::$supportedInterfaceOrClass property core/modules/serialization/tests/modules/test_datatype_boolean_emoji_normalizer/src/Normalizer/BooleanNormalizer.php The interface or class that this Normalizer supports.
BooleanNormalizer::hasCacheableSupportsMethod function core/modules/serialization/tests/modules/test_datatype_boolean_emoji_normalizer/src/Normalizer/BooleanNormalizer.php
CacheableUnsupportedMediaTypeHttpException class core/lib/Drupal/Core/Http/Exception/CacheableUnsupportedMediaTypeHttpException.php A cacheable UnsupportedMediaTypeHttpException.
CacheableUnsupportedMediaTypeHttpException.php file core/lib/Drupal/Core/Http/Exception/CacheableUnsupportedMediaTypeHttpException.php
CacheableUnsupportedMediaTypeHttpException::__construct function core/lib/Drupal/Core/Http/Exception/CacheableUnsupportedMediaTypeHttpException.php
CKEditor5PluginManager::findPluginSupportingElement function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManager.php Searches for CKEditor 5 plugin that supports a given tag.
CKEditor5PluginManagerInterface::findPluginSupportingElement function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManagerInterface.php Searches for CKEditor 5 plugin that supports a given tag.
CKEditor5PluginManagerTest::providerTestPluginSupportingElement function core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php Provides use cases for findPluginSupportingElement().
CKEditor5PluginManagerTest::testPluginSupportingElement function core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php Tests the logic of findPluginSupportingElement.
ckeditor5_definition_supporting_element.ckeditor5.yml file core/modules/ckeditor5/tests/modules/ckeditor5_definition_supporting_element/ckeditor5_definition_supporting_element.ckeditor5.yml core/modules/ckeditor5/tests/modules/ckeditor5_definition_supporting_element/ckeditor5_definition_supporting_element.ckeditor5.yml
ckeditor5_definition_supporting_element.info.yml file core/modules/ckeditor5/tests/modules/ckeditor5_definition_supporting_element/ckeditor5_definition_supporting_element.info.yml core/modules/ckeditor5/tests/modules/ckeditor5_definition_supporting_element/ckeditor5_definition_supporting_element.info.yml
CommentTypeForm::entityTypeSupportsComments function core/modules/comment/src/CommentTypeForm.php Wraps _comment_entity_uses_integer_id().
ComplexDataNormalizer::$supportedInterfaceOrClass property core/modules/serialization/src/Normalizer/ComplexDataNormalizer.php The interface or class that this Normalizer supports.
ComplexDataNormalizer::hasCacheableSupportsMethod function core/modules/serialization/src/Normalizer/ComplexDataNormalizer.php
ComplexDataNormalizerTest::testSupportsNormalization function core/modules/serialization/tests/src/Unit/Normalizer/ComplexDataNormalizerTest.php @covers ::supportsNormalization[[api-linebreak]]
ConfigEntityDenormalizer::$supportedInterfaceOrClass property core/modules/jsonapi/src/Normalizer/ConfigEntityDenormalizer.php The interface or class that this Normalizer supports.
ConfigEntityDenormalizer::hasCacheableSupportsMethod function core/modules/jsonapi/src/Normalizer/ConfigEntityDenormalizer.php
ConfigEntityNormalizer::$supportedInterfaceOrClass property core/modules/serialization/src/Normalizer/ConfigEntityNormalizer.php The interface or class that this Normalizer supports.
Connection::$transactionalDDLSupport property core/modules/pgsql/src/Driver/Database/pgsql/Connection.php Whether this database connection supports transactional DDL.
Connection::$transactionalDDLSupport property core/lib/Drupal/Core/Database/Connection.php Whether this database connection supports transactional DDL.
Connection::$transactionalDDLSupport property core/modules/sqlite/src/Driver/Database/sqlite/Connection.php Whether this database connection supports transactional DDL.
Connection::supportsTransactionalDDL function core/lib/Drupal/Core/Database/Connection.php Determines if this driver supports transactional DDL.
Connection::supportsTransactions function core/lib/Drupal/Core/Database/Connection.php Determines if this driver supports transactions.
Connection::UNSUPPORTED_CHARSET constant core/modules/mysql/src/Driver/Database/mysql/Connection.php Error code for "Can't initialize character set" error.
ContentEntityDenormalizer::$supportedInterfaceOrClass property core/modules/jsonapi/src/Normalizer/ContentEntityDenormalizer.php The interface or class that this Normalizer supports.
ContentEntityDenormalizer::hasCacheableSupportsMethod function core/modules/jsonapi/src/Normalizer/ContentEntityDenormalizer.php
ContentEntityNormalizer::$supportedInterfaceOrClass property core/modules/serialization/src/Normalizer/ContentEntityNormalizer.php The interface or class that this Normalizer supports.
ContentEntityNormalizer::$supportedInterfaceOrClass property core/modules/hal/src/Normalizer/ContentEntityNormalizer.php The interface or class that this Normalizer supports.
ContentEntityNormalizer::hasCacheableSupportsMethod function core/modules/hal/src/Normalizer/ContentEntityNormalizer.php
ContentEntityNormalizerTest::testSupportsNormalization function core/modules/serialization/tests/src/Unit/Normalizer/ContentEntityNormalizerTest.php @covers ::supportsNormalization[[api-linebreak]]
ContentTranslationManager::getSupportedEntityTypes function core/modules/content_translation/src/ContentTranslationManager.php Gets the entity types that support content translation.
ContentTranslationManager::isPendingRevisionSupportEnabled function core/modules/content_translation/src/ContentTranslationManager.php Checks whether support for pending revisions should be enabled.
ContentTranslationManager::isSupported function core/modules/content_translation/src/ContentTranslationManager.php Checks whether an entity type supports translation.
ContentTranslationManagerInterface::getSupportedEntityTypes function core/modules/content_translation/src/ContentTranslationManagerInterface.php Gets the entity types that support content translation.
ContentTranslationManagerInterface::isSupported function core/modules/content_translation/src/ContentTranslationManagerInterface.php Checks whether an entity type supports translation.
DataNormalizer::$supportedInterfaceOrClass property core/modules/jsonapi/src/Normalizer/DataNormalizer.php The interface or class that this Normalizer supports.
DataNormalizer::hasCacheableSupportsMethod function core/modules/jsonapi/src/Normalizer/DataNormalizer.php
DateTimeIso8601Normalizer::$supportedInterfaceOrClass property core/modules/serialization/src/Normalizer/DateTimeIso8601Normalizer.php The interface or class that this Normalizer supports.
DateTimeIso8601NormalizerTest::testSupportsDenormalization function core/modules/serialization/tests/src/Unit/Normalizer/DateTimeIso8601NormalizerTest.php @covers ::supportsDenormalization[[api-linebreak]]
DateTimeIso8601NormalizerTest::testSupportsNormalization function core/modules/serialization/tests/src/Unit/Normalizer/DateTimeIso8601NormalizerTest.php @covers ::supportsNormalization[[api-linebreak]]
DateTimeNormalizer::$supportedInterfaceOrClass property core/modules/serialization/src/Normalizer/DateTimeNormalizer.php The interface or class that this Normalizer supports.
DateTimeNormalizer::hasCacheableSupportsMethod function core/modules/serialization/src/Normalizer/DateTimeNormalizer.php
DateTimeNormalizerTest::testSupportsDenormalization function core/modules/serialization/tests/src/Unit/Normalizer/DateTimeNormalizerTest.php @covers ::supportsDenormalization[[api-linebreak]]
DateTimeNormalizerTest::testSupportsNormalization function core/modules/serialization/tests/src/Unit/Normalizer/DateTimeNormalizerTest.php @covers ::supportsNormalization[[api-linebreak]]
DestinationBase::$supportsRollback property core/modules/migrate/src/Plugin/migrate/destination/DestinationBase.php Indicates whether the destination can be rolled back.
DestinationBase::supportsRollback function core/modules/migrate/src/Plugin/migrate/destination/DestinationBase.php Whether the destination can be rolled back or not.
DocParserTest::testSupportClassConstants function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php @dataProvider getConstantsProvider
DocParserTest::testSupportsEscapedQuotedValues function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php @group 44
Drupal::MINIMUM_SUPPORTED_PHP constant core/lib/Drupal.php Minimum supported version of PHP.

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