Drupal 8 & Drupal 9 - Entité - Champ de base text_area / Zone de texte -

    $fields['related_content'] = BaseFieldDefinition::create('string_long')
      ->setLabel(t('Related content'))
      ->setSetting('text_processing', FALSE)
      ->setDisplayConfigurable('form', TRUE)
      ->setTranslatable(FALSE);

 

Contenus en rapport

Drupal 8 - Entité - Champ de base « texte long » (formaté ou non)

$fields['description'] = BaseFieldDefinition::create('text_long')
  ->setLabel(t('Description'))
  ->setSetting('text_processing', FALSE)
  ->setDisplayConfigurable('view', TRUE)
  ->setDisplayConfigurable('form', TRUE);

Pour avoir une zo

Ajouter un commentaire

Ne sera pas publié
CAPTCHA
Désolé, pour ça, mais c'est le seul moyen pour éviter le spam...