EntityReferenceItemSubclass.php
Same filename in other branches
Namespace
Drupal\media_library_test\Plugin\Field\FieldTypeFile
-
core/
modules/ media_library/ tests/ modules/ media_library_test/ src/ Plugin/ Field/ FieldType/ EntityReferenceItemSubclass.php
View source
<?php
namespace Drupal\media_library_test\Plugin\Field\FieldType;
use Drupal\Core\Field\Attribute\FieldType;
use Drupal\Core\Field\EntityReferenceFieldItemList;
use Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem;
use Drupal\Core\StringTranslation\TranslatableMarkup;
/**
* Plugin implementation of the 'entity_reference_subclass' field type.
*/
class EntityReferenceItemSubclass extends EntityReferenceItem {
}
Classes
Title | Deprecated | Summary |
---|---|---|
EntityReferenceItemSubclass | Plugin implementation of the 'entity_reference_subclass' field type. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.