Drupal 8 Context condition plugin that determines if a node has any members. Specifically, it executes the "Manage Members" View provided by the Islandora module and counts the results.
Note that this repo is a temporary home until this plugin is included in the base Islandora module, is packaged in its own module, etc.
Also note that Context Conditions now show up in all block visibility settings. This is standard Drupal 8 behavior.
- Islandora a.k.a. CLAW
This plugin needs to be placed in your Islandora site's web/modules/contrib/islandora/src/Plugin/Condition
directory.
Works like any other Context condition. However, to limit this condition to Islandora objects, use it in conjuction with either the Node Bundle or Entity Bundle conditions provided by the core Islandora module, and be sure to check "Require all conditions."
Mark Jordan