You are here

public constant EdgeEntityStorageBase::SAVED_UNKNOWN in Apigee Edge 8

Initial status for saving a item to Apigee Edge.

Similar to SAVED_NEW and SAVED_UPDATED. If this is returned then something probably went wrong.

File

src/Entity/Storage/EdgeEntityStorageBase.php, line 51

Class

EdgeEntityStorageBase
Base entity storage class for Apigee Edge entities.

Namespace

Drupal\apigee_edge\Entity\Storage

Code

public const SAVED_UNKNOWN = 0;