Home
last modified time | relevance | path

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

/plugin/calendar/
H A Daction.php321 $foundNamespace = $this->findEventNamespace($eventId, $searchDate, '*');
611 $storedNamespace = $this->findEventNamespace($eventId, $date, $namespace);
719 $storedNamespace = $this->findEventNamespace($eventId, $date, $namespace);
1135 $storedNamespace = $this->findEventNamespace($eventId, $date, $namespace);
1599 private function findEventNamespace($eventId, $date, $searchNamespace) { function in action_plugin_calendar
H A DCHANGELOG.md1270 - **Fixed:** `findEventNamespace` now returns the actual DIRECTORY where event file lives
1289 - Root cause: `findEventNamespace()` was searching in the NEW namespace instead of ALL namespaces
/plugin/calendar/classes/
H A DEventManager.php380 public static function findEventNamespace($eventId, $date) { function in CalendarEventManager