options()
options() : array<string|int,string>
Every label this column can render, keyed by the value the column stores.
Returns
arrayStored value keyed to label.
Renders a severity ordinal as its name.
The one column of the four holding an integer rather than a string, because the ledger stores the ordinal so a filter can ask for "at least a warning" with a numeric comparison.
labelled(list<\Drupal\strata\Journal\Realm|\Drupal\strata\Journal\Verb|\Drupal\strata\Capture\Classifier\Classification> $cases) : array<string,string>
The labels of an enum whose cases carry one.
| list<\Drupal\strata\Journal\Realm|\Drupal\strata\Journal\Verb|\Drupal\strata\Capture\Classifier\Classification> | $cases | The enum's cases. |
Case value keyed to label.