You are here

abstract protected function DemoContent::getEntry in Open Social 8

Same name and namespace in other branches
  1. 8.9 modules/custom/social_demo/src/DemoContent.php \Drupal\social_demo\DemoContent::getEntry()
  2. 8.2 modules/custom/social_demo/src/DemoContent.php \Drupal\social_demo\DemoContent::getEntry()
  3. 8.3 modules/custom/social_demo/src/DemoContent.php \Drupal\social_demo\DemoContent::getEntry()
  4. 8.4 modules/custom/social_demo/src/DemoContent.php \Drupal\social_demo\DemoContent::getEntry()
  5. 8.5 modules/custom/social_demo/src/DemoContent.php \Drupal\social_demo\DemoContent::getEntry()
  6. 8.6 modules/custom/social_demo/src/DemoContent.php \Drupal\social_demo\DemoContent::getEntry()
  7. 8.7 modules/custom/social_demo/src/DemoContent.php \Drupal\social_demo\DemoContent::getEntry()
  8. 8.8 modules/custom/social_demo/src/DemoContent.php \Drupal\social_demo\DemoContent::getEntry()
  9. 10.3.x modules/custom/social_demo/src/DemoContent.php \Drupal\social_demo\DemoContent::getEntry()
  10. 10.0.x modules/custom/social_demo/src/DemoContent.php \Drupal\social_demo\DemoContent::getEntry()
  11. 10.1.x modules/custom/social_demo/src/DemoContent.php \Drupal\social_demo\DemoContent::getEntry()
  12. 10.2.x modules/custom/social_demo/src/DemoContent.php \Drupal\social_demo\DemoContent::getEntry()

Makes an array with data of an entity.

Parameters

array $item: Array with items.

Return value

array Returns an array.

8 methods override DemoContent::getEntry()
DemoComment::getEntry in modules/custom/social_demo/src/DemoComment.php
Makes an array with data of an entity.
DemoEntity::getEntry in modules/custom/social_demo/src/DemoEntity.php
Makes an array with data of an entity.
DemoFile::getEntry in modules/custom/social_demo/src/DemoFile.php
Makes an array with data of an entity.
DemoGroup::getEntry in modules/custom/social_demo/src/DemoGroup.php
Makes an array with data of an entity.
DemoNode::getEntry in modules/custom/social_demo/src/DemoNode.php
Makes an array with data of an entity.

... See full list

File

modules/custom/social_demo/src/DemoContent.php, line 253

Class

DemoContent
Class DemoContent.

Namespace

Drupal\social_demo

Code

protected abstract function getEntry(array $item);