You are here

public function Modal::getTopRightButtonClass in Modal 4.1.x

Same name and namespace in other branches
  1. 4.0.x src/Entity/Modal.php \Drupal\modal_page\Entity\Modal::getTopRightButtonClass()

Get Top Right Button Class.

File

src/Entity/Modal.php, line 758

Class

Modal
Defines the Modal entity.

Namespace

Drupal\modal_page\Entity

Code

public function getTopRightButtonClass() {
  return $this
    ->get('top_right_button_class');
}