public constant TableTagPlugin::ALIGNMENT in Extensible BBCode 8.3
Same name and namespace in other branches
- 4.0.x 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',
];