Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions drupal/core/includes/form.inc
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,6 @@ use Drupal\Core\Render\Element;
use Drupal\Core\Template\Attribute;
use Symfony\Component\HttpFoundation\RedirectResponse;

/**
* Retrieves, populates, and processes a form.
*
* @deprecated in Drupal 8.x-dev, will be removed before Drupal 8.0.
* Use \Drupal::formBuilder()->submitForm().
*
* @see \Drupal\Core\Form\FormBuilderInterface::submitForm().
*/
function drupal_form_submit($form_arg, FormStateInterface $form_state) {
\Drupal::formBuilder()->submitForm($form_arg, $form_state);
}

/**
* Processes a form submission.
*
Expand Down
1 change: 1 addition & 0 deletions puphpet/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ vagrantfile-local:
- '--parser future'
synced_folder:
8Q9vTs08YuK2:
id: vagrant-root
source: ./
target: /var/www
nfs: 'true'
Expand Down