Add Worldregion api for join
authorEileen McNaughton <emcnaughton@wikimedia.org>
Wed, 1 Mar 2023 21:47:44 +0000 (10:47 +1300)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Wed, 1 Mar 2023 21:47:44 +0000 (10:47 +1300)
Civi/Api4/Worldregion.php [new file with mode: 0644]

diff --git a/Civi/Api4/Worldregion.php b/Civi/Api4/Worldregion.php
new file mode 100644 (file)
index 0000000..3fe9e2d
--- /dev/null
@@ -0,0 +1,24 @@
+<?php
+/*
+ +--------------------------------------------------------------------+
+ | Copyright CiviCRM LLC. All rights reserved.                        |
+ |                                                                    |
+ | This work is published under the GNU AGPLv3 license with some      |
+ | permitted exceptions and without any warranty. For full license    |
+ | and copyright information, see https://civicrm.org/licensing       |
+ +--------------------------------------------------------------------+
+ */
+namespace Civi\Api4;
+
+/**
+ * WordRegion entity.
+ *
+ * This entity stores world regions.
+ *
+ * @searchable none
+ * @since 5.59
+ * @package Civi\Api4
+ */
+class Worldregion extends Generic\DAOEntity {
+
+}