public function Framework::entityIsDummy in Realistic Dummy Content 8.2
Same name and namespace in other branches
- 7.2 api/src/Framework/Framework.php \Drupal\realistic_dummy_content_api\Framework\Framework::entityIsDummy()
- 3.x api/src/Framework/Framework.php \Drupal\realistic_dummy_content_api\Framework\Framework::entityIsDummy()
1 call to Framework::entityIsDummy()
- Framework::testEntityIsDummy in api/src/ Framework/ Framework.php 
- Tests self::entityIsDummy().
File
- api/src/ Framework/ Framework.php, line 92 
Class
- Framework
- The entry point for the framework.
Namespace
Drupal\realistic_dummy_content_api\FrameworkCode
public function entityIsDummy($entity, $type) {
  $return = self::implementor()
    ->entityIsDummy($entity, $type);
  return $return;
}