Search for source

  1. Search 7.x for source
  2. Search 9.5.x for source
  3. Search 8.9.x for source
  4. Search 10.3.x for source
  5. Other projects
Title Object type File name Summary
CacheableEmbeddedDataSource.php file core/modules/migrate/tests/modules/migrate_cache_counts_test/src/Plugin/migrate/source/CacheableEmbeddedDataSource.php
CacheableEmbeddedDataSource::count function core/modules/migrate/tests/modules/migrate_cache_counts_test/src/Plugin/migrate/source/CacheableEmbeddedDataSource.php Gets the source count.
CacheableEmbeddedDataSource::doCount function core/modules/migrate/tests/modules/migrate_cache_counts_test/src/Plugin/migrate/source/CacheableEmbeddedDataSource.php Gets the source count.
CacheableResourceResponse class core/modules/jsonapi/src/CacheableResourceResponse.php Extends ResourceResponse with cacheability.
CacheableResourceResponse.php file core/modules/jsonapi/src/CacheableResourceResponse.php
CKEditor5MediaController::getMediaImageSourceFieldName function core/modules/ckeditor5/src/Controller/CKEditor5MediaController.php Gets the name of an image media item's source field.
CKEditor5UpdateImageToolbarItemTest::getSourceEditingRestrictions function core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateImageToolbarItemTest.php Gets the configured HTML restrictions for the Source Editing plugin.
CollectRelationshipMetaEvent::getResourceObject function core/modules/jsonapi/src/Events/CollectRelationshipMetaEvent.php Gets the resource object.
CollectResourceObjectMetaEvent class core/modules/jsonapi/src/Events/CollectResourceObjectMetaEvent.php Event for collecting resource object metadata of a JSON:API resource types.
CollectResourceObjectMetaEvent.php file core/modules/jsonapi/src/Events/CollectResourceObjectMetaEvent.php
CollectResourceObjectMetaEvent::$meta property core/modules/jsonapi/src/Events/CollectResourceObjectMetaEvent.php The metadata.
CollectResourceObjectMetaEvent::getContext function core/modules/jsonapi/src/Events/CollectResourceObjectMetaEvent.php Gets context options for the normalizer.
CollectResourceObjectMetaEvent::getMeta function core/modules/jsonapi/src/Events/CollectResourceObjectMetaEvent.php Gets the meta values.
CollectResourceObjectMetaEvent::getResourceObject function core/modules/jsonapi/src/Events/CollectResourceObjectMetaEvent.php Gets the resource object.
CollectResourceObjectMetaEvent::setMetaValue function core/modules/jsonapi/src/Events/CollectResourceObjectMetaEvent.php Sets a meta value.
CollectResourceObjectMetaEvent::__construct function core/modules/jsonapi/src/Events/CollectResourceObjectMetaEvent.php Constructs a new CollectResourceObjectMetaEvent object.
CommentEntityTranslationTest::providerSource function core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentEntityTranslationTest.php Provides source data for ::testSource.
CommentResourceTestBase class core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php
CommentResourceTestBase.php file core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php
CommentResourceTestBase::$entity property core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php
CommentResourceTestBase::$entityTypeId property core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php The tested entity type.
CommentResourceTestBase::$modules property core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php Modules to install.
CommentResourceTestBase::$patchProtectedFieldNames property core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php The fields that are protected against modification during PATCH requests.
CommentResourceTestBase::commentResourceTestBaseSkipTests function core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php Marks some tests as skipped because XML cannot be deserialized.
CommentResourceTestBase::createEntity function core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php Creates the entity to be tested.
CommentResourceTestBase::getExpectedCacheContexts function core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php The expected cache contexts for the GET/HEAD response of the test entity.
CommentResourceTestBase::getExpectedCacheTags function core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php The expected cache tags for the GET/HEAD response of the test entity.
CommentResourceTestBase::getExpectedNormalizedEntity function core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php Returns the expected normalization of the entity.
CommentResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php Return the expected error message.
CommentResourceTestBase::getExpectedUnauthorizedEntityAccessCacheability function core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php The cacheability of unauthorized 'view' entity access.
CommentResourceTestBase::getNormalizedPatchEntity function core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php Returns the normalized PATCH entity.
CommentResourceTestBase::getNormalizedPostEntity function core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php Returns the normalized POST entity.
CommentResourceTestBase::setUpAuthorization function core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php Sets up the necessary authorization.
CommentResourceTestBase::testPostDxWithoutCriticalBaseFields function core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php Tests POSTing a comment without critical base fields.
CommentResourceTestBase::testPostSkipCommentApproval function core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php Tests POSTing a comment with and without 'skip comment approval'.
CommentSourceWithHighWaterTest class core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentSourceWithHighWaterTest.php Tests the Drupal 6 comment source w/ high water handling.
CommentSourceWithHighWaterTest.php file core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentSourceWithHighWaterTest.php
CommentSourceWithHighWaterTest::$modules property core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentSourceWithHighWaterTest.php Modules to install.
CommentSourceWithHighWaterTest::providerSource function core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentSourceWithHighWaterTest.php Provides source data for ::testSource.
CommentTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/CommentTest.php The name of the tested JSON:API resource type.
CommentTest::providerSource function core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentTest.php Provides source data for ::testSource.
CommentTest::providerSource function core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentTest.php Provides source data for ::testSource.
CommentTypeResourceTestBase class core/modules/comment/tests/src/Functional/Rest/CommentTypeResourceTestBase.php ResourceTestBase for CommentType entity.
CommentTypeResourceTestBase.php file core/modules/comment/tests/src/Functional/Rest/CommentTypeResourceTestBase.php
CommentTypeResourceTestBase::$entity property core/modules/comment/tests/src/Functional/Rest/CommentTypeResourceTestBase.php The CommentType entity.
CommentTypeResourceTestBase::$entityTypeId property core/modules/comment/tests/src/Functional/Rest/CommentTypeResourceTestBase.php The tested entity type.
CommentTypeResourceTestBase::$modules property core/modules/comment/tests/src/Functional/Rest/CommentTypeResourceTestBase.php Modules to install.
CommentTypeResourceTestBase::createEntity function core/modules/comment/tests/src/Functional/Rest/CommentTypeResourceTestBase.php Creates the entity to be tested.
CommentTypeResourceTestBase::getExpectedNormalizedEntity function core/modules/comment/tests/src/Functional/Rest/CommentTypeResourceTestBase.php Returns the expected normalization of the entity.
CommentTypeResourceTestBase::getNormalizedPostEntity function core/modules/comment/tests/src/Functional/Rest/CommentTypeResourceTestBase.php Returns the normalized POST entity.

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