| 1 | <?php |
||
| 20 | trait HubSpotIdTrait |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * @param ElementInterface $element |
||
| 24 | * @param Resources $field |
||
| 25 | * @return string|null |
||
| 26 | */ |
||
| 27 | public function findHubSpotIdByElementAssociation(ElementInterface $element, Resources $field) |
||
| 32 | |||
| 33 | /** |
||
| 34 | * @noinspection PhpDocMissingThrowsInspection |
||
| 35 | * |
||
| 36 | * @param string $fieldId |
||
| 37 | * @param string $elementId |
||
| 38 | * @param string|null $siteId |
||
| 39 | * @return null|string |
||
| 40 | */ |
||
| 41 | public function findHubSpotId(string $fieldId, string $elementId, string $siteId = null) |
||
| 57 | } |
||
| 58 |