SYMBOL INDEX (81 symbols across 24 files) FILE: Api/Data/OrderCommentInterface.php type OrderCommentInterface (line 4) | interface OrderCommentInterface method getComment (line 9) | public function getComment(); method setComment (line 15) | public function setComment($comment); FILE: Api/GuestOrderCommentManagementInterface.php type GuestOrderCommentManagementInterface (line 7) | interface GuestOrderCommentManagementInterface method saveOrderComment (line 14) | public function saveOrderComment( FILE: Api/OrderCommentManagementInterface.php type OrderCommentManagementInterface (line 8) | interface OrderCommentManagementInterface method saveOrderComment (line 15) | public function saveOrderComment( FILE: Block/Order/Comment.php class Comment (line 10) | class Comment extends \Magento\Framework\View\Element\Template method __construct (line 19) | public function __construct( method getOrder (line 30) | public function getOrder() : Order method getOrderComment (line 35) | public function getOrderComment(): string method hasOrderComment (line 40) | public function hasOrderComment() : bool method getOrderCommentHtml (line 45) | public function getOrderCommentHtml() : string FILE: Controller/Cart/UpdateComment.php class UpdateComment (line 27) | class UpdateComment extends \Magento\Checkout\Controller\Cart implements... method __construct (line 50) | public function __construct( method execute (line 72) | public function execute() FILE: Model/Config.php class Config (line 15) | class Config method __construct (line 32) | public function __construct(ScopeConfigInterface $scopeConfig) method canShowInCheckout (line 41) | public function canShowInCheckout($website = null): bool method canShowInAccount (line 50) | public function canShowInAccount($website = null): bool method canShowInCart (line 59) | public function canShowInCart($website = null): bool method getMaximumCharacterLength (line 68) | public function getMaximumCharacterLength($website = null) method getInitialCollapseState (line 77) | public function getInitialCollapseState($website = null) FILE: Model/Config/Source/Collapse.php class Collapse (line 5) | class Collapse implements \Magento\Framework\Option\ArrayInterface method toOptionArray (line 12) | public function toOptionArray() method toArray (line 31) | public function toArray() FILE: Model/Data/OrderComment.php class OrderComment (line 7) | class OrderComment extends AbstractSimpleObject implements OrderCommentI... method getComment (line 14) | public function getComment() method setComment (line 23) | public function setComment($comment) FILE: Model/GuestOrderCommentManagement.php class GuestOrderCommentManagement (line 6) | class GuestOrderCommentManagement implements \Bold\OrderComment\Api\Gues... method __construct (line 24) | public function __construct( method saveOrderComment (line 35) | public function saveOrderComment( FILE: Model/OrderCommentConfigProvider.php class OrderCommentConfigProvider (line 11) | class OrderCommentConfigProvider implements ConfigProviderInterface method __construct (line 40) | public function __construct(ScopeConfigInterface $scopeConfig, Session... method getConfig (line 53) | public function getConfig() FILE: Model/OrderCommentManagement.php class OrderCommentManagement (line 10) | class OrderCommentManagement implements \Bold\OrderComment\Api\OrderComm... method __construct (line 28) | public function __construct( method saveOrderComment (line 43) | public function saveOrderComment( method validateComment (line 69) | protected function validateComment($comment) FILE: Observer/AddOrderCommentToOrder.php class AddOrderCommentToOrder (line 6) | class AddOrderCommentToOrder implements \Magento\Framework\Event\Observe... method execute (line 15) | public function execute(\Magento\Framework\Event\Observer $observer) FILE: Plugin/Block/Adminhtml/SalesOrderViewInfo.php class SalesOrderViewInfo (line 6) | class SalesOrderViewInfo method afterToHtml (line 14) | public function afterToHtml( FILE: Plugin/Model/Order/LoadOrderComment.php class LoadOrderComment (line 9) | class LoadOrderComment method __construct (line 15) | public function __construct( method afterGet (line 23) | public function afterGet( method afterGetList (line 31) | public function afterGetList( method setOrderComment (line 41) | public function setOrderComment(OrderInterface $order) method getOrderFactory (line 57) | public function getOrderFactory() method getOrderExtensionFactory (line 62) | public function getOrderExtensionFactory() FILE: Setup/InstallData.php class InstallData (line 12) | class InstallData implements InstallDataInterface method __construct (line 29) | public function __construct( method install (line 42) | public function install(ModuleDataSetupInterface $setup, ModuleContext... FILE: Setup/Uninstall.php class Uninstall (line 9) | class Uninstall implements UninstallInterface method uninstall (line 11) | public function uninstall(SchemaSetupInterface $setup, ModuleContextIn... FILE: Test/Integration/Model/GuestOrderCommentManagementTest.php class GuestOrderCommentManagementTest (line 14) | class GuestOrderCommentManagementTest extends TestCase method testGuestSaveOrderComment (line 20) | public function testGuestSaveOrderComment() FILE: Test/Integration/Model/OrderCommentManagementTest.php class OrderCommentManagementTest (line 14) | class OrderCommentManagementTest extends TestCase method testSaveOrderComment (line 20) | public function testSaveOrderComment() FILE: Test/Integration/Observer/AddOrderCommentToOrderTest.php class AddOrderCommentToOrderTest (line 15) | class AddOrderCommentToOrderTest extends TestCase method testExecute (line 23) | public function testExecute() FILE: Test/Unit/Model/GuestOrderCommentManagementTest.php class GuestOrderCommentManagementTest (line 7) | class GuestOrderCommentManagementTest extends TestCase method setUp (line 49) | protected function setUp() method testSaveComment (line 93) | public function testSaveComment() FILE: Test/Unit/Model/OrderCommentManagementTest.php class OrderCommentManagementTest (line 14) | class OrderCommentManagementTest extends TestCase method setUp (line 36) | public function setUp() method testSaveCommentWithEmptyCart (line 59) | public function testSaveCommentWithEmptyCart() method testSaveCommentWhenCouldNotSaveQuote (line 69) | public function testSaveCommentWhenCouldNotSaveQuote() method testSaveCommentThatIsTooLong (line 90) | public function testSaveCommentThatIsTooLong() method testSaveComment (line 107) | public function testSaveComment() method testSaveCommentWithTags (line 124) | public function testSaveCommentWithTags() method setupQuoteRepositoryMockQueries (line 141) | private function setupQuoteRepositoryMockQueries(int $cartId, int $car... method mockOrderComment (line 151) | private function mockOrderComment(string $comment = null): \PHPUnit_Fr... FILE: Test/Unit/Observer/AddOrderCommentToOrderTest.php class AddOrderCommentToOrderTest (line 9) | class AddOrderCommentToOrderTest extends TestCase method setUp (line 18) | public function setUp() method testExecute (line 25) | public function testExecute() FILE: ViewModel/Comment.php class Comment (line 17) | class Comment implements ArgumentInterface method __construct (line 35) | public function __construct(Config $config, CheckoutSession $checkoutS... method getComment (line 48) | public function getComment(): ?string method getExtraClass (line 61) | public function getExtraClass(): string FILE: view/frontend/web/js/view/checkout/order-comment-block.js function getExistingComment (line 40) | function getExistingComment() {