1.

How to create rest API of tab in drupal 8?

Answer»

To successfully ENABLE a REST API tab in Drupal 8, follow these steps:

  • Download and install the REST UI contributed module.
  • Now, expose the view data as rest export using Rest UI
  • Now, create a CSRF token for completing basic authentication procedures.
  • Now, submit files to the NODE using the REST API
16. How to create a custom profile in Drupal 7?

In Drupal 7, custom USER profiles are like fieldable ENTITIES similar to nodes. To create a new custom user profile, follow these steps:

  • First, GO the Administration
  • Then, go to the Configuration tab
  • Next, click on People
  • Go to Account settings and add a new field
  • Configure the corresponding display to each user page on the Account Settings (ie. /user/$uid).


Discussion

No Comment Found