composer no longer available

It seems my project has exceeded resources available from my service provider, Bluehost.  I was upgrading my site from 8.9.5 to 8.9.11 but composer consistently runs out of memory.  Even using COMPOSER_MEMORY_LIMIT=-1 fails to work.  The site was created as drupal-composer/drupal-project but now I am hunting around trying to figure out the best way to upgrade it.  I was tempted to un-tar the core   tar file but hesitated because the architecture differs (the web sub-directory).  Bluehost is unable or un-willing to provide me with enough memory to execute this upgrade.  The upgrade went very

CSS in views

A column in the views shows the text in all major and I want to change the initial of each word to uppercase.
I created a css class and in Style Setting, Create a CSS class, I entered the class name.
I try but it doesn't transform my text the way I want.

This is the code

text-transform: capitalize;

if I use this code

text-transform: lowercase;

it works and writes me everything in lowercase

The requested page could not be found for the first module development

Hello, 

I am working on my first module development. I started with the hello world. I created the module folder directly under modules directory. 

I enabled the module. 

When I go to examplesite/hello/world, I get requested page not found error. 

I cleared the cache but the error message still there. 

Module zipped file

How to create a php node

Hello,

I created a php file here:

examplesite/themes/bootstrap/templates/node/thanks.php

Content of the node

<h1> hello </h1>

When I go to the directory at the browser examplesite/themes/bootstrap/templates/node/thanks.php

I get

The requested page could not be found.

. Please advise!

How to set values into webform submission fields (entity_type and entity_id)programmatically ?

Hi all, I create a custom module and I want to know how can I set values into the webform submission fields (entity_type and entity_id) manually. I add a submit handler to get the id of the current submission. I loaded the webform submission by ID and now I have to set the entity type and the entity id manually. I know that the webform can detect these fields automatically, but I have a complicated client demand, that's why I have to make it manually.  

In the "WebformSubmission.php" file I can't find "setSourceEntity()" function, and I just find the "getSourceEntity()". 

ERROR UNRESOLVED DEPENDENCIES

after updating drupal 8 i get this error

> Webform views require webform >=6.x 

If i run: 

> composer outdated drupal/*

Everything is up to date, webform is 6.x-dev

How can I solve?
 

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x