X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fcore.api.php;h=161ddb9146cf71fab28619561742a1fb094fd1f5;hb=d18a8b52cccb985a6a4fd322879a08eac35467d5;hp=7c4ebf40b11162d1513be64d7763ccfb974fc248;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/core.api.php b/web/core/core.api.php index 7c4ebf40b..161ddb914 100644 --- a/web/core/core.api.php +++ b/web/core/core.api.php @@ -2530,8 +2530,8 @@ function hook_validation_constraint_alter(array &$definitions) { * * @section sec_dispatch Dispatching events * To dispatch an event, call the - * \Symfony\Component\EventDispatcher\EventDispatchInterface::dispatch() method - * on the 'event_dispatcher' service (see the + * \Symfony\Component\EventDispatcher\EventDispatcherInterface::dispatch() + * method on the 'event_dispatcher' service (see the * @link container Services topic @endlink for more information about how to * interact with services). The first argument is the unique event name, which * you should normally define as a constant in a separate static class (see