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
AdminSettingsForm class Drupal\entity_share_diff\Form modules/entity_share_diff/src/Form/AdminSettingsForm.php Configure Entity share diff on this site. 1
Anonymous class Drupal\entity_share_client\Plugin\ClientAuthorization modules/entity_share_client/src/Plugin/ClientAuthorization/Anonymous.php Provides Anonymous authorization.
AuthenticationAnonymousTest class Drupal\Tests\entity_share_client\Functional modules/entity_share_client/tests/src/Functional/AuthenticationAnonymousTest.php Functional test class for import with "Anonymous" authorization.
AuthenticationBasicAuthTest class Drupal\Tests\entity_share_client\Functional modules/entity_share_client/tests/src/Functional/AuthenticationBasicAuthTest.php Functional test class for import with "Basic Auth" authorization.
AuthenticationOAuthTest class Drupal\Tests\entity_share_client\Functional modules/entity_share_client/tests/src/Functional/AuthenticationOAuthTest.php Functional test class for import with "OAuth" authorization.
AuthenticationTestBase abstract class Drupal\Tests\entity_share_client\Functional modules/entity_share_client/tests/src/Functional/AuthenticationTestBase.php Base class for functional tests of ES authorization plugins. 3
BasicAuth class Drupal\entity_share_client\Plugin\ClientAuthorization modules/entity_share_client/src/Plugin/ClientAuthorization/BasicAuth.php Provides Basic Auth based client authorization.
BasicFieldsTest class Drupal\Tests\entity_share_client\Functional modules/entity_share_client/tests/src/Functional/BasicFieldsTest.php General functional test class.
BlockFieldBlockContentImporter class Drupal\entity_share_client\Plugin\EntityShareClient\Processor modules/entity_share_client/src/Plugin/EntityShareClient/Processor/BlockFieldBlockContentImporter.php Import block contents from block fields.
BlockFieldTest class Drupal\Tests\entity_share_client\Functional modules/entity_share_client/tests/src/Functional/BlockFieldTest.php Functional test class for block field.
ChangedRemovedTest class Drupal\Tests\entity_share_client\Functional modules/entity_share_client/tests/src/Functional/ChangedRemovedTest.php Functional test class to test behavior if changed attributes is removed.
ChangedTime class Drupal\entity_share_client\Plugin\EntityShareClient\Processor modules/entity_share_client/src/Plugin/EntityShareClient/Processor/ChangedTime.php Update changed time.
Channel class Drupal\entity_share_server\Entity modules/entity_share_server/src/Entity/Channel.php Defines the Channel entity.
ChannelDeleteForm class Drupal\entity_share_server\Form modules/entity_share_server/src/Form/ChannelDeleteForm.php Builds the form to delete Channel entities.
ChannelForm class Drupal\entity_share_server\Form modules/entity_share_server/src/Form/ChannelForm.php Entity form for the channel entity.
ChannelInterface interface Drupal\entity_share_server\Entity modules/entity_share_server/src/Entity/ChannelInterface.php Provides an interface for defining Channel entities. 1 2
ChannelListBuilder class Drupal\entity_share_server modules/entity_share_server/src/ChannelListBuilder.php Provides a listing of Channel entities.
ChannelListEvent class Drupal\entity_share_server\Event modules/entity_share_server/src/Event/ChannelListEvent.php Allows to alter the list of channels provided by the website. 1
ChannelManipulator class Drupal\entity_share_server\Service modules/entity_share_server/src/Service/ChannelManipulator.php Helps to manipulate a channel. 2
ChannelManipulatorInterface interface Drupal\entity_share_server\Service modules/entity_share_server/src/Service/ChannelManipulatorInterface.php Channel manipulators interface methods. 1
ClientAuthorization class Drupal\entity_share_client\Annotation modules/entity_share_client/src/Annotation/ClientAuthorization.php Defines an Entity Share Client authorization annotation object.
ClientAuthorizationInterface interface Drupal\entity_share_client\ClientAuthorization modules/entity_share_client/src/ClientAuthorization/ClientAuthorizationInterface.php Defines an interface for Client authorization plugins. 1 8
ClientAuthorizationPluginBase abstract class Drupal\entity_share_client\ClientAuthorization modules/entity_share_client/src/ClientAuthorization/ClientAuthorizationPluginBase.php Base class for Client authorization plugins. 4 4
ClientAuthorizationPluginManager class Drupal\entity_share_client\ClientAuthorization modules/entity_share_client/src/ClientAuthorization/ClientAuthorizationPluginManager.php Provides the Client authorization plugin manager. 2
CommentFieldDiffParser class Drupal\entity_share_diff\Plugin\DiffGenerator modules/entity_share_diff/src/Plugin/DiffGenerator/CommentFieldDiffParser.php Plugin to diff comment fields.
ContentEntityReferenceTest class Drupal\Tests\entity_share_client\Functional modules/entity_share_client/tests/src/Functional/ContentEntityReferenceTest.php Functional test class for content entity reference field.
CoreFieldDiffParser class Drupal\entity_share_diff\Plugin\DiffGenerator modules/entity_share_diff/src/Plugin/DiffGenerator/CoreFieldDiffParser.php Plugin to diff core field types.
DefaultDataProcessor class Drupal\entity_share_client\Plugin\EntityShareClient\Processor modules/entity_share_client/src/Plugin/EntityShareClient/Processor/DefaultDataProcessor.php General default data processor.
DiffController class Drupal\entity_share_diff\Controller modules/entity_share_diff/src/Controller/DiffController.php Returns responses for Diff support routes.
DiffFormatter class Drupal\entity_share_diff\Diff modules/entity_share_diff/src/Diff/DiffFormatter.php Diff formatter which renders a table, with structured padding in HTML. 2
DiffGenerator class Drupal\entity_share_diff\Annotation modules/entity_share_diff/src/Annotation/DiffGenerator.php Defines a DiffGenerator annotation object.
DiffGeneratorInterface interface Drupal\entity_share_diff\DiffGenerator modules/entity_share_diff/src/DiffGenerator/DiffGeneratorInterface.php Builds a diff from field item list. 1
DiffGeneratorPluginBase abstract class Drupal\entity_share_diff\DiffGenerator modules/entity_share_diff/src/DiffGenerator/DiffGeneratorPluginBase.php Base class for Diff plugins. 8 8
DiffGeneratorPluginManager class Drupal\entity_share_diff\DiffGenerator modules/entity_share_diff/src/DiffGenerator/DiffGeneratorPluginManager.php Provides a DiffManager plugin manager. 1 2
DynamicEntityReferenceFieldDiffParser class Drupal\entity_share_diff\Plugin\DiffGenerator modules/entity_share_diff/src/Plugin/DiffGenerator/DynamicEntityReferenceFieldDiffParser.php Plugin to diff entity reference fields.
EmbeddedEntityImporter class Drupal\entity_share_client\Plugin\EntityShareClient\Processor modules/entity_share_client/src/Plugin/EntityShareClient/Processor/EmbeddedEntityImporter.php Import embedded entities from text formatted fields.
EmbeddedEntityTest class Drupal\Tests\entity_share_client\Functional modules/entity_share_client/tests/src/Functional/EmbeddedEntityTest.php Functional test class for embedded entities in RTE fields.
EntityFieldHelperTrait trait Drupal\entity_share_test tests/modules/entity_share_test/src/EntityFieldHelperTrait.php Provides helper functions to get field values. 1
EntityImportStatus class Drupal\entity_share_client\Entity modules/entity_share_client/src/Entity/EntityImportStatus.php Defines the entity_import_status entity class. 1
EntityImportStatusInterface interface Drupal\entity_share_client\Entity modules/entity_share_client/src/Entity/EntityImportStatusInterface.php Provides an interface for defining Entity import status entities. 1
EntityImportStatusListBuilder class Drupal\entity_share_client modules/entity_share_client/src/EntityImportStatusListBuilder.php Provides a listing of Import status entities.
EntityNoUuidDeletion class Drupal\Tests\entity_share_client\Kernel modules/entity_share_client/tests/src/Kernel/EntityNoUuidDeletion.php Test entity without UUID.
EntityParser class Drupal\entity_share_diff\Service modules/entity_share_diff/src/Service/EntityParser.php Entity parser. 2
EntityParserInterface interface Drupal\entity_share_diff\Service modules/entity_share_diff/src/Service/EntityParserInterface.php Entity parser interface methods. 1 1
EntityReference class Drupal\entity_share_client\Plugin\EntityShareClient\Processor modules/entity_share_client/src/Plugin/EntityShareClient/Processor/EntityReference.php Handle entity reference. 3
EntityReferenceFieldDiffParser class Drupal\entity_share_diff\Plugin\DiffGenerator modules/entity_share_diff/src/Plugin/DiffGenerator/EntityReferenceFieldDiffParser.php Plugin to diff entity reference fields. 2
EntityReferenceHelper class Drupal\entity_share_client\Service modules/entity_share_client/src/Service/EntityReferenceHelper.php Provides helper functions related to Entity reference fields. 1 2
EntityReferenceHelperInterface interface Drupal\entity_share_client\Service modules/entity_share_client/src/Service/EntityReferenceHelperInterface.php Entity reference helper interface methods. 1 1
EntityReferenceRevisionsFieldDiffParser class Drupal\entity_share_diff\Plugin\DiffGenerator modules/entity_share_diff/src/Plugin/DiffGenerator/EntityReferenceRevisionsFieldDiffParser.php Plugin to diff entity reference fields.
EntityReferenceRevisionsRelationshipSubscriber class Drupal\entity_share_client\EventSubscriber modules/entity_share_client/src/EventSubscriber/EntityReferenceRevisionsRelationshipSubscriber.php Allows entity reference revisions fields to be supported. 2

Pages

Other projects