Search for source

  1. Search 7.x for source
  2. Search 9.5.x for source
  3. Search 10.3.x for source
  4. Search 11.x for source
  5. Other projects
Title Object type File name Summary
ContactFormResourceTestBase.php file core/modules/rest/tests/src/Functional/EntityResource/ContactForm/ContactFormResourceTestBase.php
ContactFormResourceTestBase.php file core/modules/contact/tests/src/Functional/Rest/ContactFormResourceTestBase.php
ContactFormResourceTestBase::$entity property core/modules/contact/tests/src/Functional/Rest/ContactFormResourceTestBase.php
ContactFormResourceTestBase::$entityTypeId property core/modules/contact/tests/src/Functional/Rest/ContactFormResourceTestBase.php The tested entity type.
ContactFormResourceTestBase::$modules property core/modules/contact/tests/src/Functional/Rest/ContactFormResourceTestBase.php Modules to install.
ContactFormResourceTestBase::$patchProtectedFieldNames property core/modules/contact/tests/src/Functional/Rest/ContactFormResourceTestBase.php The fields that are protected against modification during PATCH requests.
ContactFormResourceTestBase::createEntity function core/modules/contact/tests/src/Functional/Rest/ContactFormResourceTestBase.php Creates the entity to be tested.
ContactFormResourceTestBase::getExpectedNormalizedEntity function core/modules/contact/tests/src/Functional/Rest/ContactFormResourceTestBase.php Returns the expected normalization of the entity.
ContactFormResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/contact/tests/src/Functional/Rest/ContactFormResourceTestBase.php Return the expected error message.
ContactFormResourceTestBase::getNormalizedPostEntity function core/modules/contact/tests/src/Functional/Rest/ContactFormResourceTestBase.php Returns the normalized POST entity.
ContactFormResourceTestBase::setUpAuthorization function core/modules/contact/tests/src/Functional/Rest/ContactFormResourceTestBase.php Sets up the necessary authorization.
ContactFormTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/ContactFormTest.php The name of the tested JSON:API resource type.
ContactMessageResource class core/modules/contact/src/Plugin/rest/resource/ContactMessageResource.php Customizes the entity REST Resource plugin for Contact's Message entities.
ContactMessageResource.php file core/modules/contact/src/Plugin/rest/resource/ContactMessageResource.php
ContactMessageResource::availableMethods function core/modules/contact/src/Plugin/rest/resource/ContactMessageResource.php Returns the available HTTP request methods on this plugin.
ContactSettingsTest::providerSource function core/modules/contact/tests/src/Kernel/Plugin/migrate/source/d6/ContactSettingsTest.php The data provider.
contact_rest_resource_alter function core/modules/contact/contact.module Implements hook_rest_resource_alter().
ContentEntityTest::testFileSource function core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityTest.php Tests file source plugin.
ContentEntityTest::testMediaSource function core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityTest.php Tests media source plugin.
ContentEntityTest::testNodeSource function core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityTest.php Tests node source plugin.
ContentEntityTest::testTermSource function core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityTest.php Tests term source plugin.
ContentEntityTest::testUserSource function core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityTest.php Tests user source plugin.
ContentLanguageSettingsResourceTestBase class core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php
ContentLanguageSettingsResourceTestBase class core/modules/rest/tests/src/Functional/EntityResource/ContentLanguageSettings/ContentLanguageSettingsResourceTestBase.php
ContentLanguageSettingsResourceTestBase.php file core/modules/rest/tests/src/Functional/EntityResource/ContentLanguageSettings/ContentLanguageSettingsResourceTestBase.php
ContentLanguageSettingsResourceTestBase.php file core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php
ContentLanguageSettingsResourceTestBase::$entity property core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php
ContentLanguageSettingsResourceTestBase::$entityTypeId property core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php The tested entity type.
ContentLanguageSettingsResourceTestBase::$modules property core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php Modules to install.
ContentLanguageSettingsResourceTestBase::createEntity function core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php Creates the entity to be tested.
ContentLanguageSettingsResourceTestBase::getExpectedCacheContexts function core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php The expected cache contexts for the GET/HEAD response of the test entity.
ContentLanguageSettingsResourceTestBase::getExpectedNormalizedEntity function core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php Returns the expected normalization of the entity.
ContentLanguageSettingsResourceTestBase::getNormalizedPostEntity function core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php Returns the normalized POST entity.
ContentLanguageSettingsResourceTestBase::setUpAuthorization function core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php Sets up the necessary authorization.
ContentLanguageSettingsTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php The name of the tested JSON:API resource type.
ContentModerationStateResourceTest class core/modules/content_moderation/tests/src/Kernel/ContentModerationStateResourceTest.php @group content_moderation
ContentModerationStateResourceTest.php file core/modules/content_moderation/tests/src/Kernel/ContentModerationStateResourceTest.php
ContentModerationStateResourceTest::$modules property core/modules/content_moderation/tests/src/Kernel/ContentModerationStateResourceTest.php Modules to enable.
ContentModerationStateResourceTest::testCreateContentModerationStateResource function core/modules/content_moderation/tests/src/Kernel/ContentModerationStateResourceTest.php
ContentTranslationHandler::entityFormSourceChange function core/modules/content_translation/src/ContentTranslationHandler.php Form submission handler for ContentTranslationHandler::entityFormAlter().
ContentTranslationHandler::getSourceLangcode function core/modules/content_translation/src/ContentTranslationHandler.php Retrieves the source language for the translation being created.
ContentTranslationHandlerInterface::getSourceLangcode function core/modules/content_translation/src/ContentTranslationHandlerInterface.php Retrieves the source language for the translation being created.
ContentTranslationMetadataWrapper::getSource function core/modules/content_translation/src/ContentTranslationMetadataWrapper.php Retrieves the source language for this translation.
ContentTranslationMetadataWrapper::setSource function core/modules/content_translation/src/ContentTranslationMetadataWrapper.php Sets the source language for this translation.
ContentTranslationMetadataWrapperInterface::getSource function core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php Retrieves the source language for this translation.
ContentTranslationMetadataWrapperInterface::setSource function core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php Sets the source language for this translation.
ContentTranslationModuleInstallTest::$sourceLangcode property core/modules/content_translation/tests/src/Kernel/ContentTranslationModuleInstallTest.php The language code of the source language for this test.
CookieResourceTestTrait trait core/modules/rest/tests/src/Functional/CookieResourceTestTrait.php Trait for ResourceTestBase subclasses testing $auth=cookie.
CookieResourceTestTrait.php file core/modules/rest/tests/src/Functional/CookieResourceTestTrait.php
CookieResourceTestTrait::$csrfToken property core/modules/rest/tests/src/Functional/CookieResourceTestTrait.php The CSRF token.

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