Add the action to PostTest
This commit is contained in:
parent
25780e084b
commit
23cc7cec2d
2 changed files with 15 additions and 0 deletions
11
web/modules/custom/blog/src/Action/ConvertPostToTweet.php
Normal file
11
web/modules/custom/blog/src/Action/ConvertPostToTweet.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Drupal\opdavies_blog\Action;
|
||||
|
||||
use Drupal\opdavies_blog\Entity\Node\Post;
|
||||
|
||||
final class ConvertPostToTweet {
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue