Add a test for if a post has a tweet
This commit is contained in:
parent
3050b53d7d
commit
d7aaeb0ca6
6 changed files with 100 additions and 1 deletions
|
@ -4,8 +4,8 @@ declare(strict_types=1);
|
|||
|
||||
namespace Drupal\custom\Entity\Node;
|
||||
|
||||
use Drupal\node\Entity\Node;
|
||||
use Drupal\discoverable_entity_bundle_classes\ContentEntityBundleInterface;
|
||||
use Drupal\node\Entity\Node;
|
||||
|
||||
/**
|
||||
* Defines an blog post node class.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue