interface DomainSourceElementManagerInterface in Domain Access 8
Handles hidden field options for domain source references.
Hierarchy
- interface \Drupal\domain\DomainElementManagerInterface
- interface \Drupal\domain_source\DomainSourceElementManagerInterface
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
File
- domain_source/
src/ DomainSourceElementManagerInterface.php, line 10
Namespace
Drupal\domain_sourceView source
interface DomainSourceElementManagerInterface extends DomainElementManagerInterface {
/**
* Defines the name of the source domain field.
*/
const DOMAIN_SOURCE_FIELD = 'field_domain_source';
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
DomainElementManagerInterface:: |
public | function | Finds options not accessible to the current user. | 1 |
DomainElementManagerInterface:: |
public | function | Stores a static list of fields that have been disallowed. | 1 |
DomainElementManagerInterface:: |
public | function | Gets the domain entity reference field values from an entity. | 1 |
DomainElementManagerInterface:: |
public | function | Returns the default submit handler to be used for a field element. | 1 |
DomainElementManagerInterface:: |
public | function | Resets form options and stores hidden values that the user cannot change. | 1 |
DomainElementManagerInterface:: |
public static | function | Submit function for handling hidden values from a form. | 1 |
DomainSourceElementManagerInterface:: |
constant | Defines the name of the source domain field. |