Skip to content

Commit

Permalink
Merge pull request #20932 from eileenmcnaughton/mgd
Browse files Browse the repository at this point in the history
Add v4 managed api entity
  • Loading branch information
colemanw authored Jul 22, 2021
2 parents c983120 + d1925fb commit 46b9500
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Civi/Api4/Managed.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?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;

/**
* Managed (Managed entities).
*
* Managed entities allow extensions to add and manage entities.
*
* @searchable secondary
* @see https://civicrm.org/blog/totten/api-and-art-installation
* @since 5.42
* @package Civi\Api4
*/
class Managed extends Generic\DAOEntity {

}

0 comments on commit 46b9500

Please sign in to comment.