public function FrameworkInterface::entityIsDummy in Realistic Dummy Content 7.2
Same name and namespace in other branches
- 8.2 api/src/Framework/FrameworkInterface.php \Drupal\realistic_dummy_content_api\Framework\FrameworkInterface::entityIsDummy()
- 3.x api/src/Framework/FrameworkInterface.php \Drupal\realistic_dummy_content_api\Framework\FrameworkInterface::entityIsDummy()
Checks whether an entity should be considered dummy content.
File
- api/
src/ Framework/ FrameworkInterface.php, line 53
Class
- FrameworkInterface
- Defines and abstracts all functions which are used by our module.
Namespace
Drupal\realistic_dummy_content_api\FrameworkCode
public function entityIsDummy($entity, $type);