- Diviner Queries
- All Atoms
- Search
- Diviner Search
Diviner All Atoms
All Atoms
All Atoms
- Optionally, return a @{class:PhabricatorApplication} which this call is part of. The call will be disabled when the application is disabled.
- Method
- Whether not to guard writes against CSRF. See @{class:AphrontWriteGuard}.
- Method
- Whether to allow public access. Related to the `policy.allow-public` global setting and policies set for the corresponding application.
- Method
- Whether to require a session key for calling the API method.
- Method
- Method
- Method
- Method
- Method
- Method
- Return a key which sorts methods by application name, then method status, then method name.
- Method
- Method
- Method
- Method
- Method
- Optional description to supplement the method status. In particular, if a method is deprecated, you can return a string here describing the reason for deprecation and stable alternatives.
- Method
- Get the status for this method (e.g., stable, unstable or deprecated). Should return a METHOD_STATUS_* constant. By default, methods are "stable".
- Method
- This is mostly for compatibility with @{class:PhabricatorCursorPagedPolicyAwareQuery}.
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Get a detailed description of the method.
- Method
- Get a short, human-readable text summary of the method.
- Method
- src/applications/conduit/method/ConduitAPIMethod.php
- File
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- src/applications/conduit/method/ConduitConnectConduitAPIMethod.php
- File
- src/applications/conduit/method/__tests__/ConduitAPIMethodTestCase.php
- File
- Class
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- src/applications/conduit/protocol/ConduitAPIResponse.php
- File
- Class
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Retrieve the authentic identity of the user making the request. If a method requires authentication (the default) the user object will always be available. If a method does not require authentication (i.e., overrides shouldRequireAuthentication() to return false) the user object will NEVER be available.
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- src/applications/conduit/protocol/ConduitAPIRequest.php
- File
- src/applications/conduit/protocol/exception/ConduitMethodNotFoundException.php
- File
- Class
- Get a detailed error description, if available.
- Method
- Set a detailed error description. If omitted, the generic error description will be used instead. This is useful to provide specific information about an exception (e.g., which values were wrong in an invalid request).
- Method
- src/applications/conduit/protocol/exception/ConduitException.php
- File
- Method
- src/applications/conduit/protocol/exception/ConduitMethodDoesNotExistException.php
- File
- Method
- src/applications/conduit/protocol/exception/ConduitApplicationNotInstalledException.php
- File
- Class
- Method
- Method
- src/applications/conduit/call/__tests__/ConduitCallTestCase.php
- File
- Run a conduit method in-process, without requiring HTTP requests. Usage:
- Class
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method