Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions | Protected Attributes
Devdocs Class Reference
Inheritance diagram for Devdocs:

Public Member Functions

 getDevdocsTitle ()
 

Protected Attributes

 $devdocsTitle = '.page-heading'
 

Detailed Description

Developer Documentation block.

Definition at line 14 of file Devdocs.php.

Member Function Documentation

◆ getDevdocsTitle()

getDevdocsTitle ( )

Get Developer Documentation title text.

Returns
string

Definition at line 28 of file Devdocs.php.

29  {
30  return $this->_rootElement->find($this->devdocsTitle)->getText();
31  }

Field Documentation

◆ $devdocsTitle

$devdocsTitle = '.page-heading'
protected

Definition at line 21 of file Devdocs.php.


The documentation for this class was generated from the following file: