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
AccountProxy::$eventDispatcher property core/lib/Drupal/Core/Session/AccountProxy.php Event dispatcher.
BigPipe::$eventDispatcher property core/modules/big_pipe/src/Render/BigPipe.php The 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.
CommentHalJsonAnonTest::$patchProtectedFieldNames property core/modules/comment/tests/src/Functional/Hal/CommentHalJsonAnonTest.php Anonymous users cannot edit their own comments.
CommentHalJsonTestBase::$patchProtectedFieldNames property core/modules/comment/tests/src/Functional/Hal/CommentHalJsonTestBase.php The HAL+JSON format causes different PATCH-protected fields. For some
reason, the 'pid' and 'homepage' fields are NOT PATCH-protected, even
though they are for non-HAL+JSON serializations.
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::testPatchIndividual 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.
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.
ConfigSingleImportForm::$eventDispatcher property core/modules/config/src/Form/ConfigSingleImportForm.php The event dispatcher.
ConfigSync::$eventDispatcher property core/modules/config/src/Form/ConfigSync.php Event dispatcher.
ConfigTest::$eventDispatcher property core/tests/Drupal/Tests/Core/Config/ConfigTest.php Event 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
ContainerAwareEventDispatcher::$container property core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php The service container.
ContainerAwareEventDispatcher::$listeners property core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php Listener definitions.
ContainerAwareEventDispatcher::$unsorted property core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php Whether listeners need to be sorted prior to dispatch, keyed by event name.
ContainerAwareEventDispatcher::addListener function core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php
ContainerAwareEventDispatcher::addSubscriber function core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php
ContainerAwareEventDispatcher::dispatch function core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php
ContainerAwareEventDispatcher::getListenerPriority function core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php
ContainerAwareEventDispatcher::getListeners function core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php
ContainerAwareEventDispatcher::hasListeners function core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php
ContainerAwareEventDispatcher::removeListener function core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php
ContainerAwareEventDispatcher::removeSubscriber function core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php
ContainerAwareEventDispatcher::__construct function core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php Constructs a container aware event dispatcher.
ContainerAwareEventDispatcherTest class core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php Unit tests for the ContainerAwareEventDispatcher.
ContainerAwareEventDispatcherTest.php file core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::$dispatcher property core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::$listener property core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::createEventDispatcher function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::POSTBAR constant core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::POSTFOO constant core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::PREBAR constant core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::PREFOO constant core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php

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