- Diviner Queries
- All Atoms
- Search
- Diviner Search
Diviner All Atoms
All Atoms
All Atoms
- Return a short, human-readable description of the field's behavior. This provides more context to administrators when they are customizing fields.
- Method
- Return a human-readable field name.
- Method
- Method
- Return a key which uniquely identifies this field, like "mycompany:dinosaur:count". Normally you should provide some level of namespacing to prevent collisions.
- Method
- Method
- Method
- Method
- src/infrastructure/customfield/field/PhabricatorCustomField.php
- File
- Convenience class which simplifies the implementation of @{interface:PhabricatorCustomFieldInterface} by obscuring the details of how custom fields are stored.
- Class
- Method
- Method
- src/infrastructure/customfield/field/PhabricatorCustomFieldAttachment.php
- File
- Convenience class to perform operations on an entire field list, like reading all values from storage.
- Class
- Method
- Publish field indexes into index tables, so ApplicationSearch can search them.
- Method
- Method
- Method
- Read stored values for all fields which support storage.
- Method
- Method
- Method
- Method
- Method
- src/infrastructure/customfield/field/PhabricatorCustomFieldList.php
- File
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- src/infrastructure/customfield/engineextension/PhabricatorCustomFieldSearchEngineExtension.php
- File
- Method
- Method
- Method
- Method
- Method
- Method
- src/infrastructure/customfield/engineextension/PhabricatorCustomFieldEditEngineExtension.php
- File
- Method
- Method
- src/infrastructure/customfield/engineextension/PhabricatorCustomFieldFulltextEngineExtension.php
- File
- Method
- Method
- Method
- src/infrastructure/customfield/datasource/PhabricatorStandardSelectCustomFieldDatasource.php
- File
- Method
- src/infrastructure/customfield/datasource/PhabricatorCustomFieldApplicationSearchDatasource.php
- File
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- src/infrastructure/customfield/datasource/PhabricatorCustomFieldApplicationSearchNoneFunctionDatasource.php
- File
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- src/infrastructure/customfield/datasource/PhabricatorCustomFieldApplicationSearchAnyFunctionDatasource.php
- File
- src/infrastructure/customfield/interface/PhabricatorStandardCustomFieldInterface.php
- File
- Interface
- Method
- Method
- Method
- src/infrastructure/customfield/interface/PhabricatorCustomFieldInterface.php
- File
- Method
- Method
- Method
- Method
- Method
- Method
- src/infrastructure/customfield/parser/PhabricatorCustomFieldMonogramParser.php
- File
- Method
- src/infrastructure/customfield/exception/PhabricatorCustomFieldImplementationIncompleteException.php
- File