You are here

namespace Drupal\realistic_dummy_content_api\attributes in Realistic Dummy Content 8

Classsort descending Location Description
Attribute api/src/attributes/Attribute.php Represents either a field or a property for an entity.
Field api/src/attributes/Field.php Represents fields like body or field_image.
ImageField api/src/attributes/ImageField.php Field modifier for image fields.
Property api/src/attributes/Property.php Represents properties like the user picture or node titles.
TermReferenceField api/src/attributes/TaxonomyTermReferenceField.php
TextProperty api/src/attributes/TextProperty.php Represents a text property like a node title or user name.
TextWithSummaryField api/src/attributes/TextWithSummaryField.php Represents the text with summary field, which must have a text format when part of an entity object. Node body is one example.
UserPicture api/src/attributes/UserPicture.php Represents the user picture
ValueField api/src/attributes/ValueField.php Represents a generic field which appears in an entity object as array('value' => 'xyz').