- Diviner Queries
- All Atoms
- Search
- Diviner Search
Diviner All Atoms
All Atoms
All Atoms
- Method
- Method
- Method
- Method
- src/applications/settings/panel/PhabricatorSearchSettingsPanel.php
- File
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- src/applications/settings/panel/PhabricatorEmailAddressesSettingsPanel.php
- File
- Method
- Method
- Method
- Method
- Method
- src/applications/settings/panel/PhabricatorLanguageSettingsPanel.php
- File
- Method
- Method
- Method
- Method
- src/applications/settings/panel/PhabricatorDiffPreferencesSettingsPanel.php
- File
- Method
- Method
- Method
- Method
- Method
- src/applications/settings/panel/PhabricatorDateTimeSettingsPanel.php
- File
- Method
- Method
- Method
- Method
- src/applications/settings/panel/PhabricatorDeveloperPreferencesSettingsPanel.php
- File
- Method
- Method
- Method
- Method
- src/applications/settings/panel/PhabricatorExternalEditorSettingsPanel.php
- File
- Method
- Method
- Method
- Method
- src/applications/settings/panel/PhabricatorConpherencePreferencesSettingsPanel.php
- File
- Method
- Method
- Method
- Method
- src/applications/settings/panel/PhabricatorEditEngineSettingsPanel.php
- File
- Method
- Method
- Method
- Method
- src/applications/settings/panel/PhabricatorDisplayPreferencesSettingsPanel.php
- File
- Method
- Method
- Method
- Method
- Method
- Method
- src/applications/settings/panel/PhabricatorEmailFormatSettingsPanel.php
- File
- Defines a settings panel. Settings panels appear in the Settings application, and behave like lightweight controllers -- generally, they render some sort of form with options in it, and then update preferences when the user submits the form. By extending this class, you can add new settings panels.
- Class
- Method
- Method
- Method
- Generates a key to sort the list of panels.
- Method
- Get the URI for this panel.
- Method
- Process a user request for this settings panel. Implement this method like a lightweight controller. If you return an @{class:AphrontResponse}, the response will be used in whole. If you return anything else, it will be treated as a view and composed into a normal settings page.
- Method
- Return true if this panel should be available when enrolling in MFA on a new account with MFA requiredd.
- Method
- Return true if this panel is available while editing settings templates.
- Method
- Return true if this panel is available to administrators while managing bot and mailing list accounts.
- Method
- Return true if this panel is available to users while editing their own settings.
- Method
- Return false to prevent this panel from being displayed or used. You can do, e.g., configuration checks here, to determine if the feature your panel controls is unavailable in this install. By default, all panels are enabled.
- Method
- Return a panel group key constant for this panel.
- Method
- Return an icon for the panel in the menu.
- Method
- Return a human-readable description of the panel's contents, like "Example Settings".
- Method
- Return a unique string used in the URI to identify this panel, like "example".
- Method
- Method
- Method
- Method
- Method