BeforeRemoveContentTypeTranslationEvent
BeforeRemoveContentTypeTranslationEvent.php
:
15
Extends BeforeEvent
Event emitted before action execution.
Methods¶
__construct()
¶
BeforeRemoveContentTypeTranslationEvent.php
:
26
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$contentTypeDraft | ContentTypeDraft | - | - |
$languageCode | string | - | - |
getContentTypeDraft()
¶
BeforeRemoveContentTypeTranslationEvent.php
:
32
|
|
Return values
getLanguageCode()
¶
BeforeRemoveContentTypeTranslationEvent.php
:
37
|
|
Return values
string
getNewContentTypeDraft()
¶
BeforeRemoveContentTypeTranslationEvent.php
:
42
|
|
Return values
hasNewContentTypeDraft()
¶
BeforeRemoveContentTypeTranslationEvent.php
:
56
|
|
Return values
bool
isPropagationStopped()
¶
Event.php
:
38
|
|
Return values
bool
setNewContentTypeDraft()
¶
BeforeRemoveContentTypeTranslationEvent.php
:
51
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$newContentTypeDraft | ContentTypeDraft|null | - | - |
stopPropagation()
¶
Event.php
:
50
Stops the propagation of the event to further event listeners.
|
|
If multiple event listeners are connected to the same event, no further event listener will be triggered once any trigger calls stopPropagation().