Search for supports

  1. Search 7.x for supports
  2. Search 8.9.x for supports
  3. Search 10.3.x for supports
  4. Search 11.x for supports
  5. Other projects
Title Object type File name Summary
BooleanNormalizer::hasCacheableSupportsMethod function core/modules/serialization/tests/modules/test_datatype_boolean_emoji_normalizer/src/Normalizer/BooleanNormalizer.php
CommentTypeForm::entityTypeSupportsComments function core/modules/comment/src/CommentTypeForm.php Wraps _comment_entity_uses_integer_id().
ComplexDataNormalizer::hasCacheableSupportsMethod function core/modules/serialization/src/Normalizer/ComplexDataNormalizer.php
ComplexDataNormalizerTest::testSupportsNormalization function core/modules/serialization/tests/src/Unit/Normalizer/ComplexDataNormalizerTest.php @covers ::supportsNormalization
ConfigEntityDenormalizer::hasCacheableSupportsMethod function core/modules/jsonapi/src/Normalizer/ConfigEntityDenormalizer.php
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.
ContentEntityDenormalizer::hasCacheableSupportsMethod function core/modules/jsonapi/src/Normalizer/ContentEntityDenormalizer.php
ContentEntityNormalizer::hasCacheableSupportsMethod function core/modules/hal/src/Normalizer/ContentEntityNormalizer.php
ContentEntityNormalizerTest::testSupportsNormalization function core/modules/serialization/tests/src/Unit/Normalizer/ContentEntityNormalizerTest.php @covers ::supportsNormalization
DataNormalizer::hasCacheableSupportsMethod function core/modules/jsonapi/src/Normalizer/DataNormalizer.php
DateTimeIso8601NormalizerTest::testSupportsDenormalization function core/modules/serialization/tests/src/Unit/Normalizer/DateTimeIso8601NormalizerTest.php @covers ::supportsDenormalization
DateTimeIso8601NormalizerTest::testSupportsNormalization function core/modules/serialization/tests/src/Unit/Normalizer/DateTimeIso8601NormalizerTest.php @covers ::supportsNormalization
DateTimeNormalizer::hasCacheableSupportsMethod function core/modules/serialization/src/Normalizer/DateTimeNormalizer.php
DateTimeNormalizerTest::testSupportsDenormalization function core/modules/serialization/tests/src/Unit/Normalizer/DateTimeNormalizerTest.php @covers ::supportsDenormalization
DateTimeNormalizerTest::testSupportsNormalization function core/modules/serialization/tests/src/Unit/Normalizer/DateTimeNormalizerTest.php @covers ::supportsNormalization
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::testSupportsEscapedQuotedValues function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php @group 44
Editor::$supports_content_filtering property core/modules/editor/src/Annotation/Editor.php Whether the editor supports "allowed content only" filtering.
Editor::$supports_inline_editing property core/modules/editor/src/Annotation/Editor.php Whether the editor supports the inline editing provided by the Edit module.
Endpoint::$supportsDiscovery property core/modules/media/src/OEmbed/Endpoint.php Whether the provider supports oEmbed discovery.
Endpoint::supportsDiscovery function core/modules/media/src/OEmbed/Endpoint.php Returns whether the provider supports oEmbed discovery.
EntityDenormalizerBase::supportsNormalization function core/modules/jsonapi/src/Normalizer/EntityDenormalizerBase.php
EntityReferenceFieldItemNormalizerTest::testSupportsDenormalization function core/modules/serialization/tests/src/Unit/Normalizer/EntityReferenceFieldItemNormalizerTest.php @covers ::supportsDenormalization
EntityReferenceFieldItemNormalizerTest::testSupportsNormalization function core/modules/serialization/tests/src/Unit/Normalizer/EntityReferenceFieldItemNormalizerTest.php @covers ::supportsNormalization
EntityReferenceItemNormalizer::hasCacheableSupportsMethod function core/modules/hal/src/Normalizer/EntityReferenceItemNormalizer.php
FieldDefinitionTest::$storageSupportsTranslation property core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php A flag for setting if the field storage supports translation.
FieldItemNormalizer::hasCacheableSupportsMethod function core/modules/hal/src/Normalizer/FieldItemNormalizer.php
FieldItemNormalizer::hasCacheableSupportsMethod function core/modules/jsonapi/src/Normalizer/FieldItemNormalizer.php
FieldNormalizer::hasCacheableSupportsMethod function core/modules/hal/src/Normalizer/FieldNormalizer.php
FieldNormalizer::hasCacheableSupportsMethod function core/modules/jsonapi/src/Normalizer/FieldNormalizer.php
FileEntityNormalizer::hasCacheableSupportsMethod function core/modules/hal/src/Normalizer/FileEntityNormalizer.php
HttpExceptionNormalizer::hasCacheableSupportsMethod function core/modules/jsonapi/src/Normalizer/HttpExceptionNormalizer.php
ImageStyle::supportsUri function core/modules/image/src/Entity/ImageStyle.php Determines if this style can be applied to a given image.
ImageStyleInterface::supportsUri function core/modules/image/src/ImageStyleInterface.php Determines if this style can be applied to a given image.
JsonApiDocumentTopLevelNormalizer::hasCacheableSupportsMethod function core/modules/jsonapi/src/Normalizer/JsonApiDocumentTopLevelNormalizer.php
JsonEncoder::supportsDecoding function core/modules/serialization/src/Encoder/JsonEncoder.php
JsonEncoder::supportsEncoding function core/modules/serialization/src/Encoder/JsonEncoder.php
JsonEncoderTest::testSupportsEncoding function core/modules/serialization/tests/src/Unit/Encoder/JsonEncoderTest.php Tests the supportsEncoding() method.
LayoutEntityDisplayNormalizer::hasCacheableSupportsMethod function core/modules/layout_builder/src/Normalizer/LayoutEntityDisplayNormalizer.php
LinkCollectionNormalizer::hasCacheableSupportsMethod function core/modules/jsonapi/src/Normalizer/LinkCollectionNormalizer.php
LinkWidget::supportsExternalLinks function core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php Indicates enabled support for link to external URLs.
LinkWidget::supportsInternalLinks function core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php Indicates enabled support for link to routes.
ListNormalizer::hasCacheableSupportsMethod function core/modules/serialization/src/Normalizer/ListNormalizer.php
ListNormalizerTest::testSupportsNormalization function core/modules/serialization/tests/src/Unit/Normalizer/ListNormalizerTest.php Tests the supportsNormalization() method.
MarkupNormalizer::hasCacheableSupportsMethod function core/modules/serialization/src/Normalizer/MarkupNormalizer.php
MetadataBubblingUrlGenerator::supports function core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php
MigrateDestinationInterface::supportsRollback function core/modules/migrate/src/Plugin/MigrateDestinationInterface.php Whether the destination can be rolled back or not.
NormalizerBase::hasCacheableSupportsMethod function core/modules/serialization/src/Normalizer/NormalizerBase.php

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