public static function DomainAccessManagerInterface::getAllValue in Domain Access 8
Get the all affiliates field values from an entity.
Parameters
\Drupal\Core\Entity\FieldableEntityInterface $entity: The entity to retrieve field data from.
Return value
bool Returns TRUE if the entity is sent to all affiliates.
1 method overrides DomainAccessManagerInterface::getAllValue()
- DomainAccessManager::getAllValue in domain_access/
src/ DomainAccessManager.php - Get the all affiliates field values from an entity.
File
- domain_access/
src/ DomainAccessManagerInterface.php, line 47
Class
- DomainAccessManagerInterface
- Checks the access status of entities based on domain settings.
Namespace
Drupal\domain_accessCode
public static function getAllValue(FieldableEntityInterface $entity);