CommandInterface
interface CommandInterface (View source)
| internal | sealed interface. Custom commands cannot be handled and are no extension point! |
Common interface for all commands of the content repository
Note: Some commands also implement the {\Neos\ContentRepository\Core\Feature\Common\RebasableToOtherWorkspaceInterface} others are converted to the rebasable counter-part at command handling time, serializing their state to make them deterministic
Methods
static CommandInterface
fromArray(array $array)
No description
Details
static CommandInterface
fromArray(array $array)
No description