Search for patch

  1. Search 7.x for patch
  2. Search 9.5.x for patch
  3. Search 10.3.x for patch
  4. Search 11.x for patch
  5. Other projects
Title Object type File name Summary
EntityTestMapFieldResourceTestBase::$patchProtectedFieldNames property core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestMapFieldResourceTestBase.php The fields that are protected against modification during PATCH requests.
EntityTestMapFieldTest::$patchProtectedFieldNames property core/modules/jsonapi/tests/src/Functional/EntityTestMapFieldTest.php The fields that are protected against modification during PATCH requests.
EntityTestResourceTestBase::$patchProtectedFieldNames property core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestResourceTestBase.php The fields that are protected against modification during PATCH requests.
EntityTestTest::$patchProtectedFieldNames property core/modules/jsonapi/tests/src/Functional/EntityTestTest.php The fields that are protected against modification during PATCH requests.
EntityTypeListener::$eventDispatcher property core/lib/Drupal/Core/Entity/EntityTypeListener.php The event dispatcher.
EntityViewDisplayResourceTestBase::$patchProtectedFieldNames property core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayResourceTestBase.php The fields that are protected against modification during PATCH requests.
event_dispatcher service core/core.services.yml Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher
ExportStorageManager::$eventDispatcher property core/lib/Drupal/Core/Config/ExportStorageManager.php The event dispatcher.
FeedResourceTestBase::$patchProtectedFieldNames property core/modules/aggregator/tests/src/Functional/Rest/FeedResourceTestBase.php The fields that are protected against modification during PATCH requests.
FeedTest::$patchProtectedFieldNames property core/modules/jsonapi/tests/src/Functional/FeedTest.php The fields that are protected against modification during PATCH requests.
FieldStorageDefinitionListener::$eventDispatcher property core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php The event dispatcher.
FileResourceTestBase::$patchProtectedFieldNames property core/modules/file/tests/src/Functional/Rest/FileResourceTestBase.php The fields that are protected against modification during PATCH requests.
FileResourceTestBase::getNormalizedPatchEntity function core/modules/file/tests/src/Functional/Rest/FileResourceTestBase.php Returns the normalized PATCH entity.
FileTest::$patchProtectedFieldNames property core/modules/jsonapi/tests/src/Functional/FileTest.php The fields that are protected against modification during PATCH requests.
FileUploadTest::testPatchIndividual function core/modules/jsonapi/tests/src/Functional/FileUploadTest.php @requires module irrelevant_for_this_test
FormBuilder::$eventDispatcher property core/lib/Drupal/Core/Form/FormBuilder.php The event dispatcher.
FormTestBase::$eventDispatcher property core/tests/Drupal/Tests/Core/Form/FormTestBase.php The event dispatcher.
GotoAction::$dispatcher property core/lib/Drupal/Core/Action/Plugin/Action/GotoAction.php The event dispatcher service.
HtmlRenderer::$eventDispatcher property core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php The event dispatcher.
ImportStorageTransformer::$eventDispatcher property core/lib/Drupal/Core/Config/ImportStorageTransformer.php The event dispatcher to get changes to the configuration.
ItemResourceTestBase::$patchProtectedFieldNames property core/modules/aggregator/tests/src/Functional/Rest/ItemResourceTestBase.php The fields that are protected against modification during PATCH requests.
ItemTest::$patchProtectedFieldNames property core/modules/jsonapi/tests/src/Functional/ItemTest.php The fields that are protected against modification during PATCH requests.
ItemTest::testPatchIndividual function core/modules/jsonapi/tests/src/Functional/ItemTest.php Tests PATCHing an individual resource, plus edge cases to ensure good DX.
JsonApiFunctionalMultilingualTest::testPatchTranslation function core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalMultilingualTest.php Tests updating a translation.
JsonApiFunctionalMultilingualTest::testPatchTranslationFallback function core/modules/jsonapi/tests/src/Functional/JsonApiFunctionalMultilingualTest.php Tests updating a translation fallback.
JsonApiRegressionTest::testPatchingDateTimeFieldsFromIssue3021194 function core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php Ensures PATCHing datetime (both date-only & date+time) fields is possible.
JsonApiRegressionTest::testPatchingDateTimeNormalizedWrongTimeZoneIssue3021194 function core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php Ensures datetime fields are normalized using the correct timezone.
JsonApiRegressionTest::testPatchToIncludeUrlDoesNotReturnIncludeFromIssue3026030 function core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php Ensure includes are respected even when PATCHing.
LanguageConfigFactoryOverride::$eventDispatcher property core/modules/language/src/Config/LanguageConfigFactoryOverride.php An event dispatcher instance to use for configuration events.
LanguageConfigOverride::$eventDispatcher property core/modules/language/src/Config/LanguageConfigOverride.php The event dispatcher.
LanguageConfigOverrideTest::$eventDispatcher property core/modules/language/tests/src/Unit/Config/LanguageConfigOverrideTest.php Event Dispatcher.
MediaResourceTestBase::$patchProtectedFieldNames property core/modules/media/tests/src/Functional/Rest/MediaResourceTestBase.php The fields that are protected against modification during PATCH requests.
MediaResourceTestBase::getNormalizedPatchEntity function core/modules/media/tests/src/Functional/Rest/MediaResourceTestBase.php Returns the normalized PATCH entity.
MediaTest::$patchProtectedFieldNames property core/modules/jsonapi/tests/src/Functional/MediaTest.php The fields that are protected against modification during PATCH requests.
MenuLinkContentResourceTestBase::$patchProtectedFieldNames property core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentResourceTestBase.php The fields that are protected against modification during PATCH requests.
MenuLinkContentTest::$patchProtectedFieldNames property core/modules/jsonapi/tests/src/Functional/MenuLinkContentTest.php The fields that are protected against modification during PATCH requests.
MessageResourceTestBase::testPatch function core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php Tests a PATCH request for an entity, plus edge cases to ensure good DX.
MessageTest::testPatchIndividual function core/modules/jsonapi/tests/src/Functional/MessageTest.php Tests PATCHing an individual resource, plus edge cases to ensure good DX.
MigrateExecutable::$eventDispatcher property core/modules/migrate/src/MigrateExecutable.php The event dispatcher.
MigrateExecutable::getEventDispatcher function core/modules/migrate/src/MigrateExecutable.php Gets the event dispatcher.
ModeratedNodeXmlAnonTest::testPatchPath function core/modules/rest/tests/src/Functional/EntityResource/ModeratedNode/ModeratedNodeXmlAnonTest.php Tests PATCHing a node's path with and without 'create url aliases'.
ModeratedNodeXmlBasicAuthTest::testPatchPath function core/modules/rest/tests/src/Functional/EntityResource/ModeratedNode/ModeratedNodeXmlBasicAuthTest.php Tests PATCHing a node's path with and without 'create url aliases'.
ModeratedNodeXmlCookieTest::testPatchPath function core/modules/rest/tests/src/Functional/EntityResource/ModeratedNode/ModeratedNodeXmlCookieTest.php Tests PATCHing a node's path with and without 'create url aliases'.
NodeHalJsonAnonTest::$patchProtectedFieldNames property core/modules/node/tests/src/Functional/Hal/NodeHalJsonAnonTest.php The fields that are protected against modification during PATCH requests.
NodeResourceTestBase::$patchProtectedFieldNames property core/modules/node/tests/src/Functional/Rest/NodeResourceTestBase.php The fields that are protected against modification during PATCH requests.
NodeResourceTestBase::testPatchPath function core/modules/node/tests/src/Functional/Rest/NodeResourceTestBase.php Tests PATCHing a node's path with and without 'create url aliases'.
NodeTest::$patchProtectedFieldNames property core/modules/jsonapi/tests/src/Functional/NodeTest.php The fields that are protected against modification during PATCH requests.
NodeTest::testPatchPath function core/modules/jsonapi/tests/src/Functional/NodeTest.php Tests PATCHing a node's path with and without 'create url aliases'.
NodeXmlAnonTest::testPatchPath function core/modules/node/tests/src/Functional/Rest/NodeXmlAnonTest.php Tests PATCHing a node's path with and without 'create url aliases'.
NodeXmlBasicAuthTest::testPatchPath function core/modules/node/tests/src/Functional/Rest/NodeXmlBasicAuthTest.php Tests PATCHing a node's path with and without 'create url aliases'.

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