You are here

Classes, traits, and interfaces in Entity Share 8.3

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
ImportServiceInterface interface Drupal\entity_share_client\Service modules/entity_share_client/src/Service/ImportServiceInterface.php Import service interface methods. 1 3
InfiniteLoopTest class Drupal\Tests\entity_share_client\Functional modules/entity_share_client/tests/src/Functional/InfiniteLoopTest.php Functional test class for infinite loop in content entity reference field.
JsonapiHelper class Drupal\entity_share_client\Service modules/entity_share_client/src/Service/JsonapiHelper.php Provides methods not present in the JSON:API module. 2
JsonapiHelperInterface interface Drupal\entity_share_client\Service modules/entity_share_client/src/Service/JsonapiHelperInterface.php Jsonapi helper interface methods. 1 1
KeyProvider class Drupal\entity_share_client\Service modules/entity_share_client/src/Service/KeyProvider.php Abstraction layer to support local storage and Key module. 1 2
LinkFieldDiffParser class Drupal\entity_share_diff\Plugin\DiffGenerator modules/entity_share_diff/src/Plugin/DiffGenerator/LinkFieldDiffParser.php Plugin to compare the title and the uris of two link fields.
LinkFieldTest class Drupal\Tests\entity_share_client\Functional modules/entity_share_client/tests/src/Functional/LinkFieldTest.php Functional test class for link field.
LinkInternalContentImporter class Drupal\entity_share_client\Plugin\EntityShareClient\Processor modules/entity_share_client/src/Plugin/EntityShareClient/Processor/LinkInternalContentImporter.php Import internal content from Link fields.
ListFieldDiffParser class Drupal\entity_share_diff\Plugin\DiffGenerator modules/entity_share_diff/src/Plugin/DiffGenerator/ListFieldDiffParser.php Plugin to diff list fields.
MediaEntityReferenceTest class Drupal\Tests\entity_share_client\Functional modules/entity_share_client/tests/src/Functional/MediaEntityReferenceTest.php Functional test class for media entity reference field.
MetatagTest class Drupal\Tests\entity_share_client\Functional modules/entity_share_client/tests/src/Functional/MetatagTest.php General functional test class for metatag field.
MissingEntityReferenceTest class Drupal\Tests\entity_share_client\Functional modules/entity_share_client/tests/src/Functional/MissingEntityReferenceTest.php Functional test class for entity reference field with missing entity.
MissingFieldsTest class Drupal\Tests\entity_share_client\Functional modules/entity_share_client/tests/src/Functional/MissingFieldsTest.php Functional test class for non-existing fields on client website.
MultilingualTest class Drupal\Tests\entity_share_client\Functional modules/entity_share_client/tests/src/Functional/MultilingualTest.php General functional test class for multilingual scenarios.
Oauth class Drupal\entity_share_client\Plugin\ClientAuthorization modules/entity_share_client/src/Plugin/ClientAuthorization/Oauth.php Provides Oauth2 based client authorization.
OperatorsHelper class Drupal\entity_share_server modules/entity_share_server/src/OperatorsHelper.php Defines the Operators helper class. 3
ParagraphTest class Drupal\Tests\entity_share_client\Functional modules/entity_share_client/tests/src/Functional/ParagraphTest.php Functional test class for paragraphs.
PathautoTest class Drupal\Tests\entity_share_client\Functional modules/entity_share_client/tests/src/Functional/PathautoTest.php General functional test class for path field.
PhysicalFile class Drupal\entity_share_client\Plugin\EntityShareClient\Processor modules/entity_share_client/src/Plugin/EntityShareClient/Processor/PhysicalFile.php Handle physical file import.
PullForm class Drupal\entity_share_client\Form modules/entity_share_client/src/Form/PullForm.php Form controller to pull entities. 1
QueueHelper class Drupal\entity_share_async\Service modules/entity_share_async/src/Service/QueueHelper.php Populate a queue for asynchronous treatment. 2
QueueHelperInterface interface Drupal\entity_share_async\Service modules/entity_share_async/src/Service/QueueHelperInterface.php Queue helper interface methods. 1 2
RelationshipFieldValueEvent class Drupal\entity_share_client\Event modules/entity_share_client/src/Event/RelationshipFieldValueEvent.php Defines a RelationshipFieldValueEvent event. 2
Remote class Drupal\entity_share_client\Entity modules/entity_share_client/src/Entity/Remote.php Defines the Remote entity. 2
RemoteDeleteForm class Drupal\entity_share_client\Form modules/entity_share_client/src/Form/RemoteDeleteForm.php Builds the form to delete Remote entities.
RemoteForm class Drupal\entity_share_client\Form modules/entity_share_client/src/Form/RemoteForm.php Entity form of the remote entity.
RemoteInterface interface Drupal\entity_share_client\Entity modules/entity_share_client/src/Entity/RemoteInterface.php Provides an interface for defining Remote entities. 1 11
RemoteListBuilder class Drupal\entity_share_client modules/entity_share_client/src/RemoteListBuilder.php Provides a listing of Remote entities.
RemoteManager class Drupal\entity_share_client\Service modules/entity_share_client/src/Service/RemoteManager.php Service to wrap requests logic. 1 1 2
RemoteManagerInterface interface Drupal\entity_share_client\Service modules/entity_share_client/src/Service/RemoteManagerInterface.php Remote manager interface methods. 1 4
RemoteUrlTest class Drupal\Tests\entity_share_client\Kernel modules/entity_share_client/tests/src/Kernel/RemoteUrlTest.php Tests remote url.
Revision class Drupal\entity_share_client\Plugin\EntityShareClient\Processor modules/entity_share_client/src/Plugin/EntityShareClient/Processor/Revision.php Create new revision for already created entities.
RevisionTest class Drupal\Tests\entity_share_client\Functional modules/entity_share_client/tests/src/Functional/RevisionTest.php Functional test class to test import plugin "Revision".
Routes class Drupal\entity_share_server\Routing modules/entity_share_server/src/Routing/Routes.php Defines dynamic routes.
RuntimeImportContext class Drupal\entity_share_client modules/entity_share_client/src/RuntimeImportContext.php Class RuntimeImportContext. 12
SearchAddForm class Drupal\entity_share_server\Form modules/entity_share_server/src/Form/SearchAddForm.php Form to add a search on a channel.
SearchBaseForm class Drupal\entity_share_server\Form modules/entity_share_server/src/Form/SearchBaseForm.php Base class for search form. 3
SearchDeleteForm class Drupal\entity_share_server\Form modules/entity_share_server/src/Form/SearchDeleteForm.php Form to delete a search on a channel.
SearchEditForm class Drupal\entity_share_server\Form modules/entity_share_server/src/Form/SearchEditForm.php Form to edit a search on a channel.
SkipImported class Drupal\entity_share_client\Plugin\EntityShareClient\Processor modules/entity_share_client/src/Plugin/EntityShareClient/Processor/SkipImported.php Skip already imported entities.
SkipImportedTest class Drupal\Tests\entity_share_client\Functional modules/entity_share_client/tests/src/Functional/SkipImportedTest.php Functional test class to test import plugin "Skip imported".
SortAddForm class Drupal\entity_share_server\Form modules/entity_share_server/src/Form/SortAddForm.php Form to add a sort on a channel.
SortBaseForm class Drupal\entity_share_server\Form modules/entity_share_server/src/Form/SortBaseForm.php Base class to sort form. 3
SortDeleteForm class Drupal\entity_share_server\Form modules/entity_share_server/src/Form/SortDeleteForm.php Form to delete a sort on a channel.
SortEditForm class Drupal\entity_share_server\Form modules/entity_share_server/src/Form/SortEditForm.php Form to edit a sort on a channel.
StateInformation class Drupal\entity_share_client\Service modules/entity_share_client/src/Service/StateInformation.php Service to handle presentation of import state. 2
StateInformationInterface interface Drupal\entity_share_client\Service modules/entity_share_client/src/Service/StateInformationInterface.php Remote manager interface methods. 1 1
TaxonomyEntityReferenceTest class Drupal\Tests\entity_share_client\Functional modules/entity_share_client/tests/src/Functional/TaxonomyEntityReferenceTest.php Functional test class for taxonomy entity reference field.
TestRemoteManager class Drupal\entity_share_client_remote_manager_test\Service modules/entity_share_client/tests/modules/entity_share_client_remote_manager_test/src/Service/TestRemoteManager.php Service that allows to emulate another website in tests. 2
TextFieldDiffParser class Drupal\entity_share_diff\Plugin\DiffGenerator modules/entity_share_diff/src/Plugin/DiffGenerator/TextFieldDiffParser.php Plugin to diff text fields.

Pages

Other projects