
| Current Path : /var/www/html/rocksensor1/web/core/lib/Drupal/Core/Render/Element/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/rocksensor1/web/core/lib/Drupal/Core/Render/Element/RenderCallbackInterface.php |
<?php
namespace Drupal\Core\Render\Element;
/**
* Indicates all public methods are safe to use in render callbacks.
*
* This should only be used when all public methods on the class are supposed to
* used as render callbacks or the class implements ElementInterface. If this is
* not the case then use TrustedCallbackInterface instead.
*
* @see \Drupal\Core\Render\Element\ElementInterface
* @see \Drupal\Core\Security\TrustedCallbackInterface
* @see \Drupal\Core\Render\Renderer::doCallback()
*/
interface RenderCallbackInterface {
}