X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Fmodules%2Fblock_content%2Fblock_content.services.yml;fp=web%2Fcore%2Fmodules%2Fblock_content%2Fblock_content.services.yml;h=9c6dceb82e40f6cd44c94600358b1781bb5d3480;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=0000000000000000000000000000000000000000;hpb=aea91e65e895364e460983b890e295aa5d5540a5;p=yaffs-website diff --git a/web/core/modules/block_content/block_content.services.yml b/web/core/modules/block_content/block_content.services.yml new file mode 100644 index 000000000..9c6dceb82 --- /dev/null +++ b/web/core/modules/block_content/block_content.services.yml @@ -0,0 +1,6 @@ +services: + block_content.uuid_lookup: + class: \Drupal\block_content\BlockContentUuidLookup + arguments: ['@cache.bootstrap', '@lock', '@entity_type.manager'] + tags: + - { name: needs_destruction }