| 1 | <?php |
||
| 14 | class RawNodeContext extends RawTqContext |
||
| 15 | { |
||
| 16 | use BaseEntity; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * {@inheritdoc} |
||
| 20 | */ |
||
| 21 | protected function entityType() |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @param string $title |
||
| 28 | * Inaccurate title of a node. |
||
| 29 | * @param string $contentType |
||
| 30 | * Content type. Could be a title of content type. |
||
| 31 | * |
||
| 32 | * @return int |
||
| 33 | * |
||
| 34 | * @throws \InvalidArgumentException |
||
| 35 | */ |
||
| 36 | protected function getIdByArguments($title, $contentType = '') |
||
| 56 | } |
||
| 57 |