You are here

public function WebformContentCreatorInterface::statusMessage in Webform Content Creator 3.x

Same name and namespace in other branches
  1. 8 src/WebformContentCreatorInterface.php \Drupal\webform_content_creator\WebformContentCreatorInterface::statusMessage()
  2. 2.x src/WebformContentCreatorInterface.php \Drupal\webform_content_creator\WebformContentCreatorInterface::statusMessage()

Show a message accordingly to status, after creating/updating an entity.

Parameters

int $status: Status int, returned after creating/updating an entity.

1 method overrides WebformContentCreatorInterface::statusMessage()
WebformContentCreatorEntity::statusMessage in src/Entity/WebformContentCreatorEntity.php
Show a message accordingly to status, after creating/updating an entity.

File

src/WebformContentCreatorInterface.php, line 183

Class

WebformContentCreatorInterface
Provides an interface defining an Webform content creator entity.

Namespace

Drupal\webform_content_creator

Code

public function statusMessage($status);