skiptarget.phtml 246 B

1234567891011
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. // @codingStandardsIgnoreFile
  7. $target_id = $block->getTargetId();
  8. ?>
  9. <a id="<?= /* @escapeNotVerified */ $target_id ?>" tabindex="-1"></a>