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