You are here

Classes, traits, and interfaces in Realistic Dummy Content 8

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
Attribute abstract class Drupal\realistic_dummy_content_api\attributes api/src/attributes/Attribute.php Represents either a field or a property for an entity. 2 2
Base abstract class Drupal\realistic_dummy_content_api\manipulators api/src/manipulators/Base.php The most generic content manipulator. 1 2
DebugLog class Drupal\realistic_dummy_content_api\loggers api/src/loggers/DebugLog.php This log class can be used whenever you need a Log 1
Drush class Drupal\realistic_dummy_content_api\environments api/src/environments/Drush.php
DrushLog class Drupal\realistic_dummy_content_api\loggers api/src/loggers/DrushLog.php 1
DummyEnvironment class Drupal\realistic_dummy_content_api\environments api/src/environments/DummyEnvironment.php The dummy environment.
EntityBase abstract class Drupal\realistic_dummy_content_api\manipulators api/src/manipulators/EntityBase.php Generic entity manipulator. 1 1
Environment abstract class Drupal\realistic_dummy_content_api\environments api/src/environments/Environment.php The abstract base environment. 2 6
EnvironmentTest class Drupal\Tests\realistic_dummy_content_api\Unit\environments api/tests/src/Unit/environments/EnvironmentTest.php Test Realistic dummy content.
Exception class Drupal\realistic_dummy_content_api\loggers api/src/loggers/Exception.php An \Exception. 1 6
Field abstract class Drupal\realistic_dummy_content_api\attributes api/src/attributes/Field.php Represents fields like body or field_image. 4 7
FieldModifier class Drupal\realistic_dummy_content_api\manipulators api/src/manipulators/FieldModifier.php Field modifier class. 2
FileGroup class Drupal\realistic_dummy_content_api\environments api/src/environments/FileGroup.php Represents files as groups. 1
Generator abstract class Drupal\realistic_dummy_content_api\generators api/src/generators/Generator.php 1 1
ImageField class Drupal\realistic_dummy_content_api\attributes api/src/attributes/ImageField.php Field modifier for image fields. 1
LiveEnvironment class Drupal\realistic_dummy_content_api\environments api/src/environments/LiveEnvironment.php The live environment. 1
Log interface Drupal\realistic_dummy_content_api\loggers api/src/loggers/Log.php Interface for a log class 2 3
Property abstract class Drupal\realistic_dummy_content_api\attributes api/src/attributes/Property.php Represents properties like the user picture or node titles. 2
RealisticDummyContent class Drupal\realistic_dummy_content_api\facade api/src/facade/RealisticDummyContent.php 3
RealisticDummyContentDbTestCase class Drupal\realistic_dummy_content_api\Tests api/src/Tests/RealisticDummyContentDbTestCase.php Test Realistic dummy content with a temporary database.
RealisticDummyContentTest class Drupal\Tests\realistic_dummy_content_api\Unit\facade api/tests/src/Unit/facade/RealisticDummyContentTest.php Test Realistic dummy content.
realistic_dummy_content_realistic_dummy_content_recipe class realistic_dummy_content/recipe/realistic_dummy_content.recipe.inc
Recipe abstract class Drupal\realistic_dummy_content_api\recipes api/src/recipes/Recipe.php 1 2
SimpleGenerator class Drupal\realistic_dummy_content_api\generators api/src/generators/SimpleGenerator.php
TermReferenceField class Drupal\realistic_dummy_content_api\attributes api/src/attributes/TaxonomyTermReferenceField.php 1
TextProperty class Drupal\realistic_dummy_content_api\attributes api/src/attributes/TextProperty.php Represents a text property like a node title or user name. 1
TextWithSummaryField class Drupal\realistic_dummy_content_api\attributes 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. 1
UnitTestCaseDummyFile class Drupal\realistic_dummy_content_api\environments api/src/environments/UnitTestCaseDummyFile.php Dummy file, used to test how fields manage files 1
UserPicture class Drupal\realistic_dummy_content_api\attributes api/src/attributes/UserPicture.php Represents the user picture 1
ValueField class Drupal\realistic_dummy_content_api\attributes api/src/attributes/ValueField.php Represents a generic field which appears in an entity object as array('value' => 'xyz'). 2
ValueFieldTest class Drupal\Tests\realistic_dummy_content_api\Unit\attributes api/tests/src/Unit/attributes/ValueFieldTest.php Test Realistic dummy content.

Other projects