getForm($entity, 'default', $form_state_additions); * @endcode * * @return array * The processed form for the given entity and operation. */ public function getForm(EntityInterface $entity, $operation = 'default', array $form_state_additions = array()); }