Warning: You are browsing the documentation from version 4 to 10 of Pimcore.
Please visit https://pimcore.com/docs/platform/ for the latest versions of Pimcore.
Version:
Grid Column Configuration Operators
Grid Configuration Operators allow you to add special columns to your grid which first are somehow assembled or converted using operators listed below.
Please note that the portfolio of available operators (and how they work in detail) may change until release 5.1.0).
Grid renderer
By default the string representation of the result value is displayed.
This can be changed wrapping the result into a renderer operator. In the following example, the image (the result of getImage_1()) would be rendered as image.
Operator Overview
- Anonymizer
- AnyGetter
- Arithmetic
- AssetMetadata
- Base64
- Boolean
- Boolean Formatter
- CaseConverter
- CharCounter
- Concatenator
- DateFormatter
- ElementCounter
- FieldCollectionGetter
- IsEqual
- Iterator
- JSON Encode/Decode
- LFExpander
- LocaleSwitcher
- Merge
- ObjectBrickGetter
- ObjectFieldGetter
- PHP Serialize/Unserialize
- PHPCode
- RequiredBy
- StringContains
- StringReplace
- Substring
- Text
- TranslateValue
- Trimmer