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
EntityShareAsyncFunctionalTest class Drupal\Tests\entity_share_async\Functional modules/entity_share_async/tests/src/Functional/EntityShareAsyncFunctionalTest.php General functional test class.
EntityShareAsyncWorker class Drupal\entity_share_async\Plugin\QueueWorker modules/entity_share_async/src/Plugin/QueueWorker/EntityShareAsyncWorker.php Asynchronous import queue worker.
EntityShareBasicAuth class Drupal\entity_share_client\Plugin\KeyType modules/entity_share_client/src/Plugin/KeyType/EntityShareBasicAuth.php Key module plugin to define a basic_auth credentials KeyType.
EntityShareBlockFieldEnhancer class Drupal\entity_share\Plugin\jsonapi\FieldEnhancer src/Plugin/jsonapi/FieldEnhancer/EntityShareBlockFieldEnhancer.php Prepare block field value to be able to handle block content entities.
EntityShareClientCliService class Drupal\entity_share_client\Service modules/entity_share_client/src/Service/EntityShareClientCliService.php Service to ease the usage of CLI tools. 1 2
EntityShareClientCommands class Drupal\entity_share_client\Commands modules/entity_share_client/src/Commands/EntityShareClientCommands.php Class EntityShareClientCommands. 2
EntityShareClientFunctionalTestBase abstract class Drupal\Tests\entity_share_client\Functional modules/entity_share_client/tests/src/Functional/EntityShareClientFunctionalTestBase.php Base class for Entity Share Client functional tests. 20 1
EntityShareEmbeddedEntitiesEnhancer class Drupal\entity_share\Plugin\jsonapi\FieldEnhancer src/Plugin/jsonapi/FieldEnhancer/EntityShareEmbeddedEntitiesEnhancer.php Alter rich text exposed data to provide import URL for embedded entities.
EntityShareHeader class Drupal\entity_share_client\Plugin\KeyType modules/entity_share_client/src/Plugin/KeyType/EntityShareHeader.php Key module plugin to define a header credentials KeyType.
EntityShareMetatagEnhancer class Drupal\entity_share\Plugin\jsonapi\FieldEnhancer src/Plugin/jsonapi/FieldEnhancer/EntityShareMetatagEnhancer.php Prepare metatag value to be able to shared.
EntityShareOauth class Drupal\entity_share_client\Plugin\KeyType modules/entity_share_client/src/Plugin/KeyType/EntityShareOauth.php Key module plugin to define an oauth credentials KeyType.
EntitySharePathautoEnhancer class Drupal\entity_share\Plugin\jsonapi\FieldEnhancer src/Plugin/jsonapi/FieldEnhancer/EntitySharePathautoEnhancer.php Prepare path value to be able to handle pathauto metadata. 1
EntityShareSerializedDataEnhancer class Drupal\entity_share\Plugin\jsonapi\FieldEnhancer src/Plugin/jsonapi/FieldEnhancer/EntityShareSerializedDataEnhancer.php Prepare paragraph serialized data value.
EntityShareServerFunctionalTest class Drupal\Tests\entity_share_server\Functional modules/entity_share_server/tests/src/Functional/EntityShareServerFunctionalTest.php General functional test class.
EntityShareServerFunctionalTestBase abstract class Drupal\Tests\entity_share_server\Functional modules/entity_share_server/tests/src/Functional/EntityShareServerFunctionalTestBase.php Base class for Entity Share Server functional tests. 1
EntityShareServerRequestTestTrait trait Drupal\Tests\entity_share_server\Functional modules/entity_share_server/tests/src/Functional/EntityShareServerRequestTestTrait.php Boilerplate for Entity Share Server Functional tests' HTTP requests. 1
EntityShareUtility class Drupal\entity_share src/EntityShareUtility.php Contains helper methods for Entity Share. 20
EntityShareUuidLinkEnhancer class Drupal\entity_share\Plugin\jsonapi\FieldEnhancer src/Plugin/jsonapi/FieldEnhancer/EntityShareUuidLinkEnhancer.php Use UUID for internal link field value and add URL for import.
EntityTestNotTranslatable class Drupal\entity_share_entity_test\Entity tests/modules/entity_share_entity_test/src/Entity/EntityTestNotTranslatable.php Test entity class. 1
EntityTestNotTranslatableEL class Drupal\entity_share_entity_test\Entity tests/modules/entity_share_entity_test/src/Entity/EntityTestNotTranslatableEL.php Test entity class.
EntryPoint class Drupal\entity_share_server\Controller modules/entity_share_server/src/Controller/EntryPoint.php Controller to generate list of channels URLs.
FileDeletedTest class Drupal\Tests\entity_share_client\Functional modules/entity_share_client/tests/src/Functional/FileDeletedTest.php Test class for file field where the physical file had been deleted.
FileFieldDiffParser class Drupal\entity_share_diff\Plugin\DiffGenerator modules/entity_share_diff/src/Plugin/DiffGenerator/FileFieldDiffParser.php Plugin to diff file fields. 1
FileTest class Drupal\Tests\entity_share_client\Functional modules/entity_share_client/tests/src/Functional/FileTest.php Functional test class for file field. 1
FilterAddForm class Drupal\entity_share_server\Form modules/entity_share_server/src/Form/FilterAddForm.php Form to add a filter on a channel.
FilterBaseForm class Drupal\entity_share_server\Form modules/entity_share_server/src/Form/FilterBaseForm.php Base class for filter form. 3
FilterDeleteForm class Drupal\entity_share_server\Form modules/entity_share_server/src/Form/FilterDeleteForm.php Form to delete a filter on a channel.
FilterEditForm class Drupal\entity_share_server\Form modules/entity_share_server/src/Form/FilterEditForm.php Form to edit a filter on a channel.
FormHelper class Drupal\entity_share_client\Service modules/entity_share_client/src/Service/FormHelper.php Service to extract code out of the PullForm. 2
FormHelperInterface interface Drupal\entity_share_client\Service modules/entity_share_client/src/Service/FormHelperInterface.php Form helper interface methods. 1 1
GroupAddForm class Drupal\entity_share_server\Form modules/entity_share_server/src/Form/GroupAddForm.php Form to add a group on a channel.
GroupBaseForm class Drupal\entity_share_server\Form modules/entity_share_server/src/Form/GroupBaseForm.php Base class for group form. 3
GroupDeleteForm class Drupal\entity_share_server\Form modules/entity_share_server/src/Form/GroupDeleteForm.php Form to delete a group on a channel.
GroupEditForm class Drupal\entity_share_server\Form modules/entity_share_server/src/Form/GroupEditForm.php Form to edit a group on a channel.
Header class Drupal\entity_share_client\Plugin\ClientAuthorization modules/entity_share_client/src/Plugin/ClientAuthorization/Header.php Provides Header based client authorization.
ImageFieldDiffParser class Drupal\entity_share_diff\Plugin\DiffGenerator modules/entity_share_diff/src/Plugin/DiffGenerator/ImageFieldDiffParser.php Plugin to diff image fields.
ImportBatchHelper class Drupal\entity_share_client modules/entity_share_client/src/ImportBatchHelper.php Class ImportBatchHelper.
ImportConfig class Drupal\entity_share_client\Entity modules/entity_share_client/src/Entity/ImportConfig.php Defines the Import config entity. 1
ImportConfigDeleteForm class Drupal\entity_share_client\Form modules/entity_share_client/src/Form/ImportConfigDeleteForm.php Builds the form to delete Import config entities.
ImportConfigForm class Drupal\entity_share_client\Form modules/entity_share_client/src/Form/ImportConfigForm.php Entity form of the import config entity.
ImportConfigInterface interface Drupal\entity_share_client\Entity modules/entity_share_client/src/Entity/ImportConfigInterface.php Provides an interface for defining Import config entities. 1 2
ImportConfigListBuilder class Drupal\entity_share_client modules/entity_share_client/src/ImportConfigListBuilder.php Provides a listing of Import config entities.
ImportConfigManipulator class Drupal\entity_share_client\Service modules/entity_share_client/src/Service/ImportConfigManipulator.php Class ImportConfigManipulator. 2
ImportConfigManipulatorInterface interface Drupal\entity_share_client\Service modules/entity_share_client/src/Service/ImportConfigManipulatorInterface.php Import config manipulator interface methods. 1 1
ImportContext class Drupal\entity_share_client modules/entity_share_client/src/ImportContext.php Class ImportContext. 11
ImportProcessor class Drupal\entity_share_client\Annotation modules/entity_share_client/src/Annotation/ImportProcessor.php Defines an Entity Share Client import processor annotation object.
ImportProcessorInterface interface Drupal\entity_share_client\ImportProcessor modules/entity_share_client/src/ImportProcessor/ImportProcessorInterface.php An interface for Import processor plugins. 1 2
ImportProcessorPluginBase abstract class Drupal\entity_share_client\ImportProcessor modules/entity_share_client/src/ImportProcessor/ImportProcessorPluginBase.php Defines a base class from which other processors may extend. 6 6
ImportProcessorPluginManager class Drupal\entity_share_client\ImportProcessor modules/entity_share_client/src/ImportProcessor/ImportProcessorPluginManager.php Manages import processor plugins. 2 2
ImportService class Drupal\entity_share_client\Service modules/entity_share_client/src/Service/ImportService.php Class ImportService. 2

Pages

Other projects