Updating from 8.3.4 to 8.3.5 with composer

My dependencies are all managed via composer. I am currently running 8.3.4 and would like to update to 8.3.5.

I am running this command: composer update drupal/core --with-dependencies

Here is the output:

Backend of Module

I'm creating a module that is meant to consume an API and create nodes based on the data received. Currently, I just have one long PHP script (650 lines) that creates the config form, processes the data, consumes the API, then create and save the nodes. Since PHP isn't really build to handle long scripts or processes like that, I'm having trouble optimizing my code and avoiding stack overflows. What are some strategies that module developers use to effectively process large amounts of data? Do you write a script in Java or C++, then call the exec() function from the PHP script?

Restricting access to menus...

Hi!

Is it possible to restrict access to certain menus based on a user role?

For example, I created a View (Content) that contains 3 pages (Monday, Tuesday, Wednesday), I have three user roles (Monday, Tuesday, Wednesday)... Is is possible to restrict the "Monday" users to only see the menu "Monday"?

Installation with Nginx, PHP-FPM on Ubuntu 17.04

Hi :)

I am a new user attempting installing of Drupal 8.3.5 on Ubuntu 17.04. I want to install on a local machine. I have followed the instructions here:
https://www.howtoforge.com/tutorial/how-to-install-drupal-with-nginx-and...

The only problem I have encountered was in the installation of drush, for which I went off script and installed it via Composer. I then reached the end of the installation guide.

How To Log An Issue With Core

I find myself in a conundrum. I have so many user fields that I need to use tabs. If I try to use Field Groups in the User Account form, the module allows me to add the groups, but forces them all to the bottom of the form, below all the fields. If I attach the Profiles module to the User Registration, it handles the field groups correctly, but the Conditional Fields module doesn't work. So, how do I handle this. Is there a workaround? Do I log an issue with the User Account? And, if I do log an issue, how do I do that?

Disable Layout rendering after submit form

Hi,

I've made a form that generate a csv file on Form::submitForm. It's working well except I've found this at the end of the file :

<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8" />
        <meta http-equiv="refresh" content="1;url=MySiteUrl" />

        <title>Redirecting to ....</title>
    </head>
    <body>
        Redirecting to <a href="MySiteUrl">MySiteUrl</a>.
    </body>
</html>

How disable that ?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x