Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
export.phtml
Go to the documentation of this file.
1 <?php
7 // @codingStandardsIgnoreFile
8 
9 ?>
10 <div class="admin__data-grid-export">
11  <label for="<?= /* @escapeNotVerified */ $block->getId() ?>_export" class="admin__control-support-text">
12  <?= /* @escapeNotVerified */ __('Export to:') ?>
13  </label>
14  <select name="<?= /* @escapeNotVerified */ $block->getId() ?>_export" id="<?= /* @escapeNotVerified */ $block->getId() ?>_export" class="admin__control-select">
15  <?php foreach ($block->getExportTypes() as $_type): ?>
16  <option value="<?= /* @escapeNotVerified */ $_type->getUrl() ?>"><?= /* @escapeNotVerified */ $_type->getLabel() ?></option>
17  <?php endforeach; ?>
18  </select>
19  <?= $block->getExportButtonHtml() ?>
20 </div>
$block setTitle( 'CMS Block Title') -> setIdentifier('fixture_block') ->setContent('< h1 >Fixture Block Title</h1 >< a href=" store url</a><p> Config value
Definition: block.php:9
foreach( $block->getExportTypes() as $_type)() ?>"><? endforeach
Definition: export.phtml:15
__()
Definition: __.php:13
$block
Definition: block.php:8