I'd like to apply the same autowire mechanism used for services to classes implementing ContainerInjectionInterface (ex: forms), to reduce boilerplate code.
For example I have currently:
Is it possible to do crud operation in drupal without coding and using no php,,ie by using any extra modules.is it possiblle...If possible please give me extra resources
SET @sql = NULL;
SELECT
GROUP_CONCAT(DISTINCT
CONCAT(
'ifnull(SUM(case when name = ''',
name,
''' then donations end),null) AS `',
name, '`'
)
) INTO @sql
FROM
mytable2;
SET @sql = CONCAT('SELECT date, ', @sql, '
FROM mytable2
GROUP BY date');
PREPARE stmt1 FROM @sql;
EXECUTE stmt1;
DEALLOCATE PREPARE stmt1;
I have downloaded the shrinktheweb module on Drupal 8. Enabled the module, set the acces and sequrity keys and adjusted configuration. However, I can't find any direct information beyond that on how to run it on drupal. Copying and pasting a sample code somewhere ?. is not a direction.
I have already upgraded my Shrinktheweb account. However, I can't send support tickets to Shrinkthewrb.