Documentation

ReloadOption.php

Implement the "reload" option. This option can be used with "create" to force the API to reload a clean copy of the entity before returning the result.

$clean = civicrm_api('myentity', 'create', array(
  'options' => array(
    'reload' => 1
  ),
));
Tags
copyright

CiviCRM LLC https://civicrm.org/licensing

Table of Contents

Classes

CRM_Utils_API_ReloadOption
Class CRM_Utils_API_ReloadOption

        
On this page

Search results