3468180: Fix undefined array key 'view_mode' when a custom block renders a block_content directly
3468180: Fix issue where we receive warning for undefined array key 'view_mode' when a custom block renders a block_content directly.
Since we are already looking to $variables['elements']['content'] for #block_content, we might as well get the #view_mode there too.
Closes #3468180