Would be handy to allow having a general "entity" context, as sometimes you want every entity to pass to the render function (e.g. to get it's label).
Would be handy to allow having a general "entity" context, as sometimes you want every entity to pass to the render function (e.g. to get it's label).
Comments
Comment #1
amitaibuJust to make clear, I mean one would be able to describe in $plugin:
'required context' => new ctools_context_required(t('Entity'), 'entity:*'),Comment #2
mustanggb commented