This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

Proper Method to Redirect

I'm having trouble doing a redirect to a named route. Here is my routing.yml and controller code:

Export form content type from drupal 7 to drupal 8

Hi team

I'm migrating our content types from drupal 7 to drupal 8,
I've been creating our content types and their fields manually in drupal 8, but i would like to know if there is an option or a module to export them, I just want to export the fields for those content types not the nodes.

Could you please help me?

Regards

Mario

Using Feeds to upload Fields containing HTML

I have create a feed that takes content from a csv containing several columns of data that includes Title, a published date, website, email address, some taxonomy fields like news type and subject tags  and body field.  The body contains html data that has been exported from Drupal 7 site.  

The feed is set format Full HTML

When running the feed i get an error message and the content is not created.

This is the top of the error message

An AJAX HTTP error occurred.

HTTP Result Code: 500

Debugging information follows.

How to nest fieldsets?

My goal is rather simple, I need to group several fieldsets in a fieldset like in the image below :

http://partage.acces-piste.com/but.jpg

I tried with the following code :

Setting Default Value for a Custom Field of a Node

What's the proper way to set the default value? This happens to be a checkboxes field. The value assigned must be an array.

function hook_form_node_<content_type>_edit_form_alter(&$form, FormStateInterface $form_state, $form_id)
{
...

$form['field_offices']['widget']['#default_value'] = ?

...
}

The requested page could not be found.

Hello,

When I go to this link: /admin/reports/rsvplist , I get the following error:

Page not found

  Home  Administration  Reports

The requested page could not be found.

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions