Your IP : 216.73.216.220


Current Path : /home/rtorresani/www/vendor/magento/module-payment/Block/Adminhtml/Transparent/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/module-payment/Block/Adminhtml/Transparent/Form.php

<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
namespace Magento\Payment\Block\Adminhtml\Transparent;

/**
 * @api
 * @since 100.0.2
 */
class Form extends \Magento\Payment\Block\Transparent\Form
{
    /**
     * On backend this block does not have any conditional checks
     *
     * @return bool
     */
    protected function shouldRender()
    {
        return true;
    }

    /**
     * {inheritdoc}
     */
    protected function initializeMethod()
    {
        return;
    }
}