coreCommands() public method

Returns the configuration of the built-in commands.
public coreCommands ( ) : array
return array the configuration of the built-in commands.
Example #1
0
 /**
  * @inheritdoc
  */
 public function coreCommands()
 {
     return array_merge(parent::coreCommands(), ['migrate' => 'yii\\platform\\console\\controllers\\MigrateController', 'runner' => 'yii\\platform\\console\\controllers\\RunnerController', 'message' => 'yii\\platform\\console\\controllers\\MessageController', 'platform' => 'yii\\platform\\console\\controllers\\PlatformController']);
 }