X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FRender%2FElementInfoManagerInterface.php;fp=web%2Fcore%2Flib%2FDrupal%2FCore%2FRender%2FElementInfoManagerInterface.php;h=99b7dacc5fef40e7d54d9640c16d886a4db429c5;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=884f212961c598e0e92e5fbee0a3d3af2ea2812d;hpb=aea91e65e895364e460983b890e295aa5d5540a5;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/Render/ElementInfoManagerInterface.php b/web/core/lib/Drupal/Core/Render/ElementInfoManagerInterface.php index 884f21296..99b7dacc5 100644 --- a/web/core/lib/Drupal/Core/Render/ElementInfoManagerInterface.php +++ b/web/core/lib/Drupal/Core/Render/ElementInfoManagerInterface.php @@ -2,10 +2,12 @@ namespace Drupal\Core\Render; +use Drupal\Component\Plugin\Discovery\DiscoveryInterface; + /** * Collects available render array element types. */ -interface ElementInfoManagerInterface { +interface ElementInfoManagerInterface extends DiscoveryInterface { /** * Retrieves the default properties for the defined element type.