FilterFormat::id

public FilterFormat::id()

Gets the identifier.

Return value

string|int|null The entity identifier, or NULL if the object does not yet have an identifier.

Overrides Entity::id

File

core/modules/filter/src/Entity/FilterFormat.php, line 127

Class

FilterFormat
Represents a text format.

Namespace

Drupal\filter\Entity

Code

public function id() {
  return $this->format;
}
doc_Drupal
2016-10-29 09:14:32
Comments
Leave a Comment

Please login to continue.