10 lines
132 B
PHP
10 lines
132 B
PHP
<?php
|
|
|
|
namespace Drupal\action;
|
|
|
|
/**
|
|
* Provides a form for action edit forms.
|
|
*/
|
|
class ActionEditForm extends ActionFormBase {
|
|
|
|
}
|