ColumnInterface.php 312 B

1234567891011121314151617
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. namespace Magento\Ui\Component\Listing\Columns;
  7. use Magento\Framework\View\Element\UiComponentInterface;
  8. /**
  9. * @api
  10. * @since 100.0.2
  11. */
  12. interface ColumnInterface extends UiComponentInterface
  13. {
  14. //
  15. }