You are here

public function CustomPublishingOption::getDescription in Custom Publishing Options 8

Return the description of this option.

1 call to CustomPublishingOption::getDescription()
CustomPublishingOption::postSave in src/Entity/CustomPublishingOption.php
Commit the save as normal, and create or update corresponding field as necessary.

File

src/Entity/CustomPublishingOption.php, line 83

Class

CustomPublishingOption
Defines the Custom publishing option entity.

Namespace

Drupal\custom_pub\Entity

Code

public function getDescription() {
  return $this->description;
}