Add field value in the value of another field

Add field value in the value of another field

I’m sorry about the title (I think it’s a bit confused :D) I can explain better what I need to do. I have one product with several fields, among which: title,date, description, price, etc… I would add in a field (for example: description) a value of... read more
Add field value in the value of another field

How Do i fix this in D8? there have been more than 5 failed login attempts for this account even flood table is not created in DB?

I check my DB there is no flood table even found. But getting error There have been more than 5 failed login attempts for this account. It is temporarily blocked What else could stop me to login? Thanks read more
Add field value in the value of another field

How to hide a field in a views row if the row is about content type article?

I have a view that is showing all my content types. What I want is to hide a certain field in its row if the content type on this particular views row has a content type of Article. How can I do that? read more
Add field value in the value of another field

Add link field in custom form

I want add link field (label + url internal/external) in custom form This not work: $form[‘test_ink’] = array( ‘#type’ => ‘link’, ‘#title’ => $this->t(‘Link title’), ‘#url’ => ”,... read more
Add field value in the value of another field

Add cardinality_unlimited taxonomy reference to custom entity

Okay, so I’m getting an error that I think may be a Views bug, but I don’t have enough knowledge about Views & SQL right now to be sure about that. Here’s the hook I’m using to install the new field into the poll entity, using drush... read more
Add field value in the value of another field

Deleting field revisions directly from the database

With full recognition that this is not considered a best practice (and is generally considered a worst practice) does anyone know if it is safe to delete field revisions directly from the DB via a DELETE query assuming I can guarantee that only the latest revision is... read more