You are here

public function Connect::getAppName in Commerce Square Connect 8

Gets the application name.

Return value

string The application name.

File

src/Connect.php, line 48

Class

Connect
Represents the Connect application for Square.

Namespace

Drupal\commerce_square

Code

public function getAppName() {
  return $this->settings
    ->get('app_name');
}