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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.