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; }
Please login to continue.