You are here

interface DomainSourceElementManagerInterface in Domain Access 8

Handles hidden field options for domain source references.

Hierarchy

Expanded class hierarchy of DomainSourceElementManagerInterface

All classes that implement DomainSourceElementManagerInterface

11 files declare their use of DomainSourceElementManagerInterface
DomainSourceCommands.php in domain_source/src/Commands/DomainSourceCommands.php
DomainSourceContentUrlsTest.php in domain_source/tests/src/Functional/DomainSourceContentUrlsTest.php
DomainSourceElementManager.php in domain_source/src/DomainSourceElementManager.php
DomainSourceElementTest.php in domain_source/tests/src/Functional/DomainSourceElementTest.php
DomainSourceExcludeTest.php in domain_source/tests/src/Functional/DomainSourceExcludeTest.php

... See full list

File

domain_source/src/DomainSourceElementManagerInterface.php, line 10

Namespace

Drupal\domain_source
View source
interface DomainSourceElementManagerInterface extends DomainElementManagerInterface {

  /**
   * Defines the name of the source domain field.
   */
  const DOMAIN_SOURCE_FIELD = 'field_domain_source';

}

Members

Namesort descending Modifiers Type Description Overrides
DomainElementManagerInterface::disallowedOptions public function Finds options not accessible to the current user. 1
DomainElementManagerInterface::fieldList public function Stores a static list of fields that have been disallowed. 1
DomainElementManagerInterface::getFieldValues public function Gets the domain entity reference field values from an entity. 1
DomainElementManagerInterface::getSubmitHandler public function Returns the default submit handler to be used for a field element. 1
DomainElementManagerInterface::setFormOptions public function Resets form options and stores hidden values that the user cannot change. 1
DomainElementManagerInterface::submitEntityForm public static function Submit function for handling hidden values from a form. 1
DomainSourceElementManagerInterface::DOMAIN_SOURCE_FIELD constant Defines the name of the source domain field.