4 changed files with 36 additions and 0 deletions
@ -0,0 +1,15 @@ |
|||||||
|
langcode: en |
||||||
|
status: true |
||||||
|
dependencies: |
||||||
|
enforced: |
||||||
|
module: |
||||||
|
- islandora_core_feature |
||||||
|
module: |
||||||
|
- islandora |
||||||
|
id: version_node_in_fedora |
||||||
|
label: 'Version Node in Fedora' |
||||||
|
type: node |
||||||
|
plugin: emit_node_event |
||||||
|
configuration: |
||||||
|
queue: islandora-indexing-fcrepo-content |
||||||
|
event: Version |
||||||
@ -0,0 +1,15 @@ |
|||||||
|
<?php |
||||||
|
|
||||||
|
namespace Drupal\islandora\Plugin\ContextReaction; |
||||||
|
|
||||||
|
use Drupal\islandora\PresetReaction\PresetReaction; |
||||||
|
|
||||||
|
/** |
||||||
|
* Versioning context reaction. |
||||||
|
* |
||||||
|
* @ContextReaction( |
||||||
|
* id = "version", |
||||||
|
* label = @Translation("Version") |
||||||
|
* ) |
||||||
|
*/ |
||||||
|
class VersionReaction extends PresetReaction {} |
||||||
Loading…
Reference in new issue