public static function EntityUpdatePrint::setEchoPrintEnable in Entity Update 2.0.x
Enable / Disable echo.
2 calls to EntityUpdatePrint::setEchoPrintEnable()
- EntityUpdateFunctionsTest::setUp in tests/
src/ Functional/ EntityUpdateFunctionsTest.php - EntityUpdateProgUpTest::setUp in tests/
src/ Functional/ EntityUpdateProgUpTest.php
File
- src/
EntityUpdatePrint.php, line 18
Class
- EntityUpdatePrint
- EntityCheck CLI Print class.
Namespace
Drupal\entity_updateCode
public static function setEchoPrintEnable($echoPrintEnable) {
self::$echoPrintEnable = $echoPrintEnable;
}