ConfigRenameEvent
class ConfigRenameEvent extends ConfigCrudEvent (View source)
Configuration event fired when renaming a configuration object.
Properties
| protected Config | $config | Configuration object. |
from ConfigCrudEvent |
| protected string | $oldName | The old configuration object name. |
Methods
bool
isChanged(string $key)
Checks to see if the provided configuration key's value has changed.
from
ConfigCrudEvent
string
getOldName()
Gets the old configuration object name.