interface OutputElementInterface in Extensible BBCode 4.0.x
Same name and namespace in other branches
- 8.3 src/Parser/Tree/OutputElementInterface.php \Drupal\xbbcode\Parser\Tree\OutputElementInterface
An output element must be convertible to a string.
Hierarchy
- interface \Drupal\xbbcode\Parser\Tree\OutputElementInterface
Expanded class hierarchy of OutputElementInterface
All classes that implement OutputElementInterface
6 files declare their use of OutputElementInterface
- PreparedTagElement.php in src/
PreparedTagElement.php - TagPluginBase.php in src/
Plugin/ TagPluginBase.php - TagPluginInterface.php in src/
Plugin/ TagPluginInterface.php - TagProcessorBase.php in src/
Parser/ Processor/ TagProcessorBase.php - TagProcessorInterface.php in src/
Parser/ Processor/ TagProcessorInterface.php
File
- src/
Parser/ Tree/ OutputElementInterface.php, line 8
Namespace
Drupal\xbbcode\Parser\TreeView source
interface OutputElementInterface {
/**
* Convert to string.
*
* @return string
* The string value.
*/
public function __toString() : string;
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
OutputElementInterface:: |
public | function | Convert to string. | 2 |