MCPcopy
hub / github.com/Yoast/wordpress-seo / getText

Method getText

packages/yoastseo/src/values/Paper.js:128–130  ·  view source on GitHub ↗

* Returns the associated text or an empty string if no text is available. * @returns {string} Returns the text.

()

Source from the content-addressed store, hash-verified

126 * @returns {string} Returns the text.
127 */
128 getText() {
129 return this._text;
130 }
131
132 /**
133 * Sets the tree.

Calls

no outgoing calls

Tested by

no test coverage detected