What are store procedures? How to use it with Drupal 8?
Is there any step by step document available to improve Drupal 8 website performance?
Hi,
What are slow query logs? How do we analyse these logs to improve site performance?
/www]# php composer require drush/drush -v ea-php-cli Copyright 2017 cPanel, Inc. [merge-plugin] Loading core/composer.json... [merge-plugin] Merging ext-date [merge-plugin] Merging ext-dom [merge-plugin] Merging ext-filter [merge-plugin] Merging ext-gd [merge-plugin] Merging ext-hash [merge-plugin] Merging ext-json [merge-plugin] Merging ext-pcre [merge-plugin] Merging ext-pdo [merge-plugin] Merging ext-session [merge-plugin] Merging ext-simplexml
I have a link that displays a modal window.
When I click on it, it is marked in the title of the modal window "Array".
How to customize the title ?
Here is my Drupal module :
/src/Plugin/Commerce/CheckoutPane/MarketplaceTermsAndConditions.php :
I created a code that displays a link to open a modal window.
The problem is that the text comes out of the window.
When I inspect the code of my page, there is an online style `style="max-height: 570px;"`
How to remove the online style of modal ?