Overrides Drupal\Core\Entity\Entity::id().
Overrides Entity::id
File
- drupal/core/modules/editor/lib/Drupal/editor/Plugin/Core/Entity/Editor.php, line 59
- Contains \Drupal\editor\Plugin\Core\Entity\Editor.
Class
- Editor
- Defines the configured text editor entity.
Namespace
Drupal\editor\Plugin\Core\Entity
Code
public function id() {
return $this->format;
}