public ModerationHandlerInterface::enforceRevisionsEntityFormAlter(array &$form, FormStateInterface $form_state, $form_id)
Alters entity forms to enforce revision handling.
Parameters
array $form: An associative array containing the structure of the form.
\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.
string $form_id: The form id.
See also
File
- core/modules/content_moderation/src/Entity/Handler/ModerationHandlerInterface.php, line 57
Class
- ModerationHandlerInterface
- Defines operations that need to vary by entity type.
Namespace
Drupal\content_moderation\Entity\Handler
Code
1 | public function enforceRevisionsEntityFormAlter( array & $form , FormStateInterface $form_state , $form_id ); |
Please login to continue.