Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Nomedia.php
Go to the documentation of this file.
1 <?php
7 
14 {
21  public function getType()
22  {
23  return 'nomedia';
24  }
25 
31  protected function _prepareIgnoreList()
32  {
33  $rootDir = $this->getRootDir();
34  $this->addIgnorePaths([$rootDir . '/media', $rootDir . '/pub/media']);
35  return $this;
36  }
37 }
$rootDir
Definition: website.php:12