Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
graph.phtml File Reference

Go to the source code of this file.

Variables

foreach( $this->helper( 'Magento\Backend\Helper\Dashboard\Data') ->getDatePeriods() as $value=> $label)(in_array($value, ['custom'])) if($block->getRequest() ->getParam('period')==$valueendforeach = $label
 
if( $block->getCount())(false) ?>" class endif = __('No Data Found')
 

Variable Documentation

◆ endforeach

foreach ($this->helper('Magento\Backend\Helper\Dashboard\Data')->getDatePeriods() as $value => $label) (in_array( $value, [ 'custom'])) if ( $block->getRequest() ->getParam( 'period')==$value) endforeach = $label

Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.

Definition at line 22 of file graph.phtml.

◆ endif

if ($block->getCount()) (false) ?>" class endif = __('No Data Found')

Definition at line 32 of file graph.phtml.