public constant TableTagPlugin::ALIGNMENT in Extensible BBCode 4.0.x
Same name and namespace in other branches
- 8.3 standard/src/Plugin/XBBCode/TableTagPlugin.php \Drupal\xbbcode_standard\Plugin\XBBCode\TableTagPlugin::ALIGNMENT
The alignment indicators.
File
- standard/
src/ Plugin/ XBBCode/ TableTagPlugin.php, line 27
Class
- TableTagPlugin
- Renders a table.
Namespace
Drupal\xbbcode_standard\Plugin\XBBCodeCode
public const ALIGNMENT = [
'~' => 'left',
'!' => 'center',
'#' => 'right',
];