Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix vargant config, https://www.drupal.org/node/2367743 #12

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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