public function MigrateDestinationCustomBlock::__construct in Migrate 7.2
Null constructor
Overrides MigrateDestination::__construct
File
- plugins/
destinations/ block_custom.inc, line 24 - Support for custom block destinations.
Class
- MigrateDestinationCustomBlock
- Destination class implementing migration into {block_custom}.
Code
public function __construct() {
parent::__construct();
}