[Tools] Create EntityRevisionAdd tool
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3550840. -->
Reported by: [michaellander](https://www.drupal.org/user/636494)
Related to !20
>>>
<h3>Tool details:</h3>
<ul>
<li><strong>Label:</strong> Entity Revision Add</li>
<li><strong>Description:</strong> Adds a new unsaved revision to an existing entity.</li>
<li><strong>Class name:</strong> EntityRevisionAdd</li>
<li><strong>Plugin id:</strong>entity_revision_add</li>
<li><strong>Module:</strong>tool:tool_content</li>
</ul>
<h3>Tool inputs:</h3>
<ul>
<li>Entity (entity)(entity)(required)</li>
</ul>
<h3>Tool outputs:</h3>
<ul>
<li>Updated Entity (updated_entity)(entity)(required)</li>
</ul>
<h3>doExecute()</h3>
<p>Create a new unsaved revision of the specified entity.</p>
<h3>checkAccess()</h3>
<p>TBD.</p>
> Related issue: [Issue #3539195](https://www.drupal.org/node/3539195)
issue