public function ParagraphsItemEntity::path in Paragraphs 7
Returns the path used to view the entity.
1 call to ParagraphsItemEntity::path()
- ParagraphsItemEntity::defaultUri in ./
ParagraphsItemEntity.inc - Returns the URI as returned by entity_uri().
File
- ./
ParagraphsItemEntity.inc, line 166
Class
- ParagraphsItemEntity
- Entity implementation for the paragraphs entity.
Code
public function path() {
}