Searched refs:findEventNamespace (Results 1 – 3 of 3) sorted by relevance
| /plugin/calendar/ |
| H A D | action.php | 364 $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 D | CHANGELOG.md | 1361 - **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 D | EventManager.php | 381 public static function findEventNamespace($eventId, $date) { function in CalendarEventManager
|