Searched refs:findEventNamespace (Results 1 – 3 of 3) sorted by relevance
| /plugin/calendar/ |
| H A D | action.php | 365 $foundNamespace = $this->findEventNamespace($eventId, $searchDate, '*'); 655 $storedNamespace = $this->findEventNamespace($eventId, $date, $namespace); 769 $storedNamespace = $this->findEventNamespace($eventId, $date, $namespace); 1260 $storedNamespace = $this->findEventNamespace($eventId, $date, $namespace); 1737 private function findEventNamespace($eventId, $date, $searchNamespace) { function in action_plugin_calendar
|
| H A D | CHANGELOG.md | 1382 - **Fixed:** `findEventNamespace` now returns the actual DIRECTORY where event file lives 1401 - Root cause: `findEventNamespace()` was searching in the NEW namespace instead of ALL namespaces
|
| /plugin/calendar/classes/ |
| H A D | EventManager.php | 381 public static function findEventNamespace($eventId, $date) { function in CalendarEventManager
|