public function DemoContentInterface::count in Open Social 8.5
Same name and namespace in other branches
- 8.9 modules/custom/social_demo/src/DemoContentInterface.php \Drupal\social_demo\DemoContentInterface::count()
- 8 modules/custom/social_demo/src/DemoContentInterface.php \Drupal\social_demo\DemoContentInterface::count()
- 8.2 modules/custom/social_demo/src/DemoContentInterface.php \Drupal\social_demo\DemoContentInterface::count()
- 8.3 modules/custom/social_demo/src/DemoContentInterface.php \Drupal\social_demo\DemoContentInterface::count()
- 8.4 modules/custom/social_demo/src/DemoContentInterface.php \Drupal\social_demo\DemoContentInterface::count()
- 8.6 modules/custom/social_demo/src/DemoContentInterface.php \Drupal\social_demo\DemoContentInterface::count()
- 8.7 modules/custom/social_demo/src/DemoContentInterface.php \Drupal\social_demo\DemoContentInterface::count()
- 8.8 modules/custom/social_demo/src/DemoContentInterface.php \Drupal\social_demo\DemoContentInterface::count()
- 10.3.x modules/custom/social_demo/src/DemoContentInterface.php \Drupal\social_demo\DemoContentInterface::count()
- 10.0.x modules/custom/social_demo/src/DemoContentInterface.php \Drupal\social_demo\DemoContentInterface::count()
- 10.1.x modules/custom/social_demo/src/DemoContentInterface.php \Drupal\social_demo\DemoContentInterface::count()
- 10.2.x modules/custom/social_demo/src/DemoContentInterface.php \Drupal\social_demo\DemoContentInterface::count()
Returns quantity of created items.
Return value
int Returns quantity of created items.
1 method overrides DemoContentInterface::count()
- DemoContent::count in modules/
custom/ social_demo/ src/ DemoContent.php - Returns quantity of created items.
File
- modules/
custom/ social_demo/ src/ DemoContentInterface.php, line 70
Class
- DemoContentInterface
- Interface DemoContentInterface.
Namespace
Drupal\social_demoCode
public function count();