public MarkupInterface::__toString()
Returns markup.
Return value
string The markup.
File
- core/lib/Drupal/Component/Render/MarkupInterface.php, line 40
Class
- MarkupInterface
- Marks an object's __toString() method as returning markup.
Namespace
Drupal\Component\Render
Code
public function __toString();
Please login to continue.