RealisticDummyContentProperty.php in Realistic Dummy Content 3.x
Same filename and directory in other branches
File
api/src/includes/RealisticDummyContentProperty.phpView source
<?php
namespace Drupal\realistic_dummy_content_api\includes;
/**
* Represents properties like the user picture or node titles.
*/
abstract class RealisticDummyContentProperty extends RealisticDummyContentAttribute {
/**
* {@inheritdoc}
*/
public function getType() {
return 'property';
}
}
Classes
Name | Description |
---|---|
RealisticDummyContentProperty | Represents properties like the user picture or node titles. |