Commit 6c8579ac authored by Florian Weber's avatar Florian Weber Committed by Ken Rickard
Browse files

Issue #3252231 by webflo: Fix @deprecated docs in domain_access

parent 818fd0f2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ use Drupal\domain_access\DomainAccessManagerInterface;
 * The name of the node access control field.
 *
 * @deprecated This constant will be replaced in the final release by
 * Drupal\domain\DomainAccessManagerInterface::DOMAIN_ACCESS_FIELD.
 * \Drupal\domain_access\DomainAccessManagerInterface::DOMAIN_ACCESS_FIELD.
 */
const DOMAIN_ACCESS_FIELD = 'field_domain_access';

@@ -26,7 +26,7 @@ const DOMAIN_ACCESS_FIELD = 'field_domain_access';
 * The name of the all affiliates field.
 *
 * @deprecated This constant will be replaced in the final release by
 * Drupal\domain\DomainAccessManagerInterface::DOMAIN_ACCESS_ALL_FIELD.
 * \Drupal\domain_access\DomainAccessManagerInterface::DOMAIN_ACCESS_ALL_FIELD.
 */
const DOMAIN_ACCESS_ALL_FIELD = 'field_domain_all_affiliates';