ContainerAwareEventDispatcherTest::PREFOO |
constant |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::setUp |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::tearDown |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testAddListener |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testAddSubscriber |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testAddSubscriberWithMultipleListeners |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testAddSubscriberWithPriorities |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testDispatch |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testDispatchArgumentOrderDeprecation |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
Tests argument order deprecation. |
ContainerAwareEventDispatcherTest::testDispatchByPriority |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testDispatchForClosure |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testDispatchLazyListener |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testDispatchWithCallables |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testDispatchWithServices |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testEventReceivesTheDispatcherInstanceAsArgument |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testGetAllListenersSortsByPriority |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testGetLazyListeners |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testGetListenerPriority |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testGetListenerPriorityWithServices |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testGetListenersSortsByPriority |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testGetListenersWhenAddedCallbackListenerIsRemoved |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testGetListenersWithCallables |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testGetListenersWithServices |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testHasListenersIsLazy |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testHasListenersWhenAddedCallbackListenerIsRemoved |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testHasListenersWithoutEventsReturnsFalseAfterHasListenersWithEventHasBeenCalled |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testInitialState |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testPriorityFindsLazyListeners |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testRemoveFindsLazyListeners |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testRemoveListener |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testRemoveService |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testRemoveSubscriber |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testRemoveSubscriberWithMultipleListeners |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testRemoveSubscriberWithPriorities |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testStopEventPropagation |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
ContainerAwareEventDispatcherTest::testSymfonyEventDeprecation |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
Tests deprecation notice for Symfony Event class. |
ContainerAwareEventDispatcherTest::testSymfonyEventDispatching |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
Tests dispatching Symfony events with core's event dispatcher. |
ContainerAwareEventDispatcherTest::testSymfonyInheritedEventDeprecation |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
Tests deprecation notice for Symfony Event class inheritance. |
ContainerAwareEventDispatcherTest::testWorkaroundForPhpBug62976 |
function |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|
EntityFieldManagerTest::$eventDispatcher |
property |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
The event dispatcher. |
EntityResource::checkPatchFieldAccess |
function |
core/modules/jsonapi/src/Controller/EntityResource.php |
Checks whether the given field should be PATCHed. |
EntityResource::checkPatchFieldAccess |
function |
core/modules/rest/src/Plugin/rest/resource/EntityResource.php |
Checks whether the given field should be PATCHed. |
EntityResource::doPatchIndividualRelationship |
function |
core/modules/jsonapi/src/Controller/EntityResource.php |
Update a to-one relationship. |
EntityResource::doPatchMultipleRelationship |
function |
core/modules/jsonapi/src/Controller/EntityResource.php |
Update a to-many relationship. |
EntityResource::patch |
function |
core/modules/rest/src/Plugin/rest/resource/EntityResource.php |
Responds to entity PATCH requests. |
EntityResource::patchIndividual |
function |
core/modules/jsonapi/src/Controller/EntityResource.php |
Patches an individual entity. |
EntityResourceTestBase::$patchProtectedFieldNames |
property |
core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php |
The fields that are protected against modification during PATCH requests. |
EntityResourceTestBase::assertPatchProtectedFieldNamesStructure |
function |
core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php |
Asserts structure of $patchProtectedFieldNames. |
EntityResourceTestBase::getModifiedEntityForPatchTesting |
function |
core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php |
Clones the given entity and modifies all PATCH-protected fields. |
EntityResourceTestBase::getNormalizedPatchEntity |
function |
core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php |
Returns the normalized PATCH entity. |