Search for patch

  1. Search 7.x for patch
  2. Search 9.5.x for patch
  3. Search 8.9.x for patch
  4. Search 10.3.x for patch
  5. Other projects
Title Object type File name Summary
AccountProxy::$eventDispatcher property core/lib/Drupal/Core/Session/AccountProxy.php Event dispatcher.
BlockContentAccessControlHandler::$eventDispatcher property core/modules/block_content/src/BlockContentAccessControlHandler.php The event dispatcher.
BlockContentResourceTestBase::$patchProtectedFieldNames property core/modules/block_content/tests/src/Functional/Rest/BlockContentResourceTestBase.php The fields that are protected against modification during PATCH requests.
BlockContentTest::$patchProtectedFieldNames property core/modules/jsonapi/tests/src/Functional/BlockContentTest.php The fields that are protected against modification during PATCH requests.
CommentJsonAnonTest::$patchProtectedFieldNames property core/modules/comment/tests/src/Functional/Rest/CommentJsonAnonTest.php Anonymous users cannot edit their own comments.
CommentResourceTestBase::$patchProtectedFieldNames property core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php The fields that are protected against modification during PATCH requests.
CommentResourceTestBase::getNormalizedPatchEntity function core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php Returns the normalized PATCH entity.
CommentTest::$patchProtectedFieldNames property core/modules/jsonapi/tests/src/Functional/CommentTest.php The fields that are protected against modification during PATCH requests.
CommentTest::doTestPatchIndividual function core/modules/jsonapi/tests/src/Functional/CommentTest.php Tests PATCHing an individual resource, plus edge cases to ensure good DX.
CommentXmlAnonTest::$patchProtectedFieldNames property core/modules/comment/tests/src/Functional/Rest/CommentXmlAnonTest.php Anonymous users cannot edit their own comments.
ComposerPatches class core/modules/package_manager/tests/fixtures/path_repos/cweagans--composer-patches/src/ComposerPatches.php Dummy composer plugin implementation.
ComposerPatches.php file core/modules/package_manager/tests/fixtures/path_repos/cweagans--composer-patches/src/ComposerPatches.php
ComposerPatches::activate function core/modules/package_manager/tests/fixtures/path_repos/cweagans--composer-patches/src/ComposerPatches.php
ComposerPatches::deactivate function core/modules/package_manager/tests/fixtures/path_repos/cweagans--composer-patches/src/ComposerPatches.php
ComposerPatches::uninstall function core/modules/package_manager/tests/fixtures/path_repos/cweagans--composer-patches/src/ComposerPatches.php
ComposerPatchesValidator class core/modules/package_manager/src/Validator/ComposerPatchesValidator.php Validates the configuration of the cweagans/composer-patches plugin.
ComposerPatchesValidator.php file core/modules/package_manager/src/Validator/ComposerPatchesValidator.php
ComposerPatchesValidator::computePatcherStatus function core/modules/package_manager/src/Validator/ComposerPatchesValidator.php Computes the status of the patcher plugin in a particular directory.
ComposerPatchesValidator::createErrorMessage function core/modules/package_manager/src/Validator/ComposerPatchesValidator.php Appends a link to online help to an error message.
ComposerPatchesValidator::getSubscribedEvents function core/modules/package_manager/src/Validator/ComposerPatchesValidator.php
ComposerPatchesValidator::PLUGIN_NAME constant core/modules/package_manager/src/Validator/ComposerPatchesValidator.php The name of the plugin being analyzed.
ComposerPatchesValidator::validate function core/modules/package_manager/src/Validator/ComposerPatchesValidator.php Validates the status of the patcher plugin.
ComposerPatchesValidator::__construct function core/modules/package_manager/src/Validator/ComposerPatchesValidator.php
ComposerPatchesValidatorTest class core/modules/package_manager/tests/src/Kernel/ComposerPatchesValidatorTest.php @covers \Drupal\package_manager\Validator\ComposerPatchesValidator
@group package_manager
@internal
ComposerPatchesValidatorTest.php file core/modules/package_manager/tests/src/Kernel/ComposerPatchesValidatorTest.php
ComposerPatchesValidatorTest::ABSENT constant core/modules/package_manager/tests/src/Kernel/ComposerPatchesValidatorTest.php
ComposerPatchesValidatorTest::CONFIG_ALLOWED_PLUGIN constant core/modules/package_manager/tests/src/Kernel/ComposerPatchesValidatorTest.php
ComposerPatchesValidatorTest::EXTRA_EXIT_ON_PATCH_FAILURE constant core/modules/package_manager/tests/src/Kernel/ComposerPatchesValidatorTest.php
ComposerPatchesValidatorTest::providerErrorDuringPreApply function core/modules/package_manager/tests/src/Kernel/ComposerPatchesValidatorTest.php Data provider for testErrorDuringPreApply() and testHelpLink().
ComposerPatchesValidatorTest::providerErrorDuringPreCreate function core/modules/package_manager/tests/src/Kernel/ComposerPatchesValidatorTest.php Data provider for testErrorDuringPreCreate().
ComposerPatchesValidatorTest::REQUIRE_PACKAGE_FROM_ROOT constant core/modules/package_manager/tests/src/Kernel/ComposerPatchesValidatorTest.php
ComposerPatchesValidatorTest::REQUIRE_PACKAGE_INDIRECTLY constant core/modules/package_manager/tests/src/Kernel/ComposerPatchesValidatorTest.php
ComposerPatchesValidatorTest::testErrorDuringPreApply function core/modules/package_manager/tests/src/Kernel/ComposerPatchesValidatorTest.php Tests the patcher's presence and configuration are validated on pre-apply.
ComposerPatchesValidatorTest::testErrorDuringPreApplyWithHelp function core/modules/package_manager/tests/src/Kernel/ComposerPatchesValidatorTest.php Tests that validation errors can carry links to help.
ComposerPatchesValidatorTest::testErrorDuringPreCreate function core/modules/package_manager/tests/src/Kernel/ComposerPatchesValidatorTest.php Tests that the patcher configuration is validated during pre-create.
Config::$eventDispatcher property core/lib/Drupal/Core/Config/Config.php An event dispatcher instance to use for configuration events.
ConfigEntityMapperTest::$eventDispatcher property core/modules/config_translation/tests/src/Unit/ConfigEntityMapperTest.php The mocked event dispatcher.
ConfigFactory::$eventDispatcher property core/lib/Drupal/Core/Config/ConfigFactory.php An event dispatcher instance to use for configuration events.
ConfigFactoryTest::$eventDispatcher property core/tests/Drupal/Tests/Core/Config/ConfigFactoryTest.php Event Dispatcher.
ConfigFieldMapperTest::$eventDispatcher property core/modules/config_translation/tests/src/Unit/ConfigFieldMapperTest.php The mocked event dispatcher.
ConfigImporter::$eventDispatcher property core/lib/Drupal/Core/Config/ConfigImporter.php The event dispatcher used to notify subscribers.
ConfigInstaller::$eventDispatcher property core/lib/Drupal/Core/Config/ConfigInstaller.php The event dispatcher.
ConfigManager::$eventDispatcher property core/lib/Drupal/Core/Config/ConfigManager.php The event dispatcher.
ConfigNamesMapper::$eventDispatcher property core/modules/config_translation/src/ConfigNamesMapper.php The event dispatcher.
ConfigNamesMapperTest::$eventDispatcher property core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php The mocked event dispatcher.
ConfigTest::$eventDispatcher property core/tests/Drupal/Tests/Core/Config/ConfigTest.php Event Dispatcher.
Connection::dispatchEvent function core/lib/Drupal/Core/Database/Connection.php Dispatches a database API event via the container dispatcher.
ContactFormResourceTestBase::$patchProtectedFieldNames property core/modules/contact/tests/src/Functional/Rest/ContactFormResourceTestBase.php The fields that are protected against modification during PATCH requests.
ContainerAwareEventDispatcher class core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php A performance optimized container aware event dispatcher.
ContainerAwareEventDispatcher.php file core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php

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