Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
StaticAdditionalInformationProvider.php
Go to the documentation of this file.
1 <?php
7 
9 
17 {
21  private $value;
22 
27  public function __construct(array $value = [])
28  {
29  $this->value = $value;
30  }
31 
37  {
38  return $this->value;
39  }
40 }
$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