Home
last modified time | relevance | path

Searched refs:findEventNamespace (Results 1 – 3 of 3) sorted by relevance

/plugin/calendar/
H A Daction.php364 $foundNamespace = $this->findEventNamespace($eventId, $searchDate, '*');
654 $storedNamespace = $this->findEventNamespace($eventId, $date, $namespace);
768 $storedNamespace = $this->findEventNamespace($eventId, $date, $namespace);
1259 $storedNamespace = $this->findEventNamespace($eventId, $date, $namespace);
1729 private function findEventNamespace($eventId, $date, $searchNamespace) { function in action_plugin_calendar
H A DCHANGELOG.md1361 - **Fixed:** `findEventNamespace` now returns the actual DIRECTORY where event file lives
1380 - Root cause: `findEventNamespace()` was searching in the NEW namespace instead of ALL namespaces
/plugin/calendar/classes/
H A DEventManager.php381 public static function findEventNamespace($eventId, $date) { function in CalendarEventManager