public property FieldInstance::$description

The instance description.

A human-readable description for the field when used with this bundle. For example, the description will be the help text of Form API elements for this instance in entity edit forms.

Type: string

File

drupal/core/modules/field/lib/Drupal/field/Plugin/Core/Entity/FieldInstance.php, line 99
Contains \Drupal\field\Plugin\Core\Entity\FieldInstance.

Class

FieldInstance
Defines the Field instance entity.

Namespace

Drupal\field\Plugin\Core\Entity

Code

public $description = '';