AccountSwitcherDecorator |
class |
Drupal\acquia_contenthub |
src/AccountSwitcherDecorator.php |
Extend current account switcher service functionality. |
|
|
2 |
AcquiaContenthubAuditCommands |
class |
Drupal\acquia_contenthub_audit\Commands |
acquia_contenthub_audit/src/Commands/AcquiaContenthubAuditCommands.php |
A Drush commandfile. |
|
|
2 |
AcquiaContentHubAuditEvents |
final class |
Drupal\acquia_contenthub_audit |
acquia_contenthub_audit/src/AcquiaContentHubAuditEvents.php |
Events for Acquia Content Hub Audits. |
|
1 |
|
AcquiaContenthubCommands |
class |
Drupal\acquia_contenthub\Commands |
src/Commands/AcquiaContenthubCommands.php |
A Drush commandfile. |
|
|
2 |
AcquiaContentHubServiceProvider |
class |
Drupal\acquia_contenthub |
src/AcquiaContentHubServiceProvider.php |
Make sure it exposes the acquia_contenthub_cdf format as json. |
|
|
|
AuditPreEntityDeleteEvent |
class |
Drupal\acquia_contenthub_audit\Event |
acquia_contenthub_audit/src/Event/AuditPreEntityDeleteEvent.php |
Event fired before deleting an entity. |
|
2 |
|
BlockContentTypeHooksTest |
class |
Drupal\Tests\acquia_contenthub\Functional |
tests/src/Functional/BlockContentTypeHooksTest.php |
Create a block and test block markup by attempting to view the altered block. |
|
|
|
BlockContentTypeTemplatesTest |
class |
Drupal\Tests\acquia_contenthub\Functional |
tests/src/Functional/BlockContentTypeTemplatesTest.php |
Create a block and test block markup by attempting to view the altered block. |
|
|
|
BlockContentTypeTest |
class |
Drupal\Tests\acquia_contenthub\Functional |
tests/src/Functional/BlockContentTypeTest.php |
Create a block and test block markup by attempting to view the block. |
2 |
|
|
ClientManager |
class |
Drupal\acquia_contenthub\Client |
src/Client/ClientManager.php |
Provides a service for managing pending server tasks. |
|
|
2 |
ClientManagerInterface |
interface |
Drupal\acquia_contenthub\Client |
src/Client/ClientManagerInterface.php |
Interface for ClientManager. |
1 |
10 |
|
ConfigRebuildRoutes |
class |
Drupal\acquia_contenthub\EventSubscriber |
src/EventSubscriber/ConfigRebuildRoutes.php |
A subscriber to rebuild routes whenever there is a change in configuration. |
|
|
2 |
ContentEntityCdfNormalizer |
class |
Drupal\acquia_contenthub\Normalizer |
src/Normalizer/ContentEntityCdfNormalizer.php |
Converts the Drupal entity object to a Acquia Content Hub CDF array. |
|
3 |
2 |
ContentEntityDisplayController |
class |
Drupal\acquia_contenthub\Controller |
src/Controller/ContentEntityDisplayController.php |
Class ContentEntityDisplayController. |
|
|
|
ContentEntityNormalizerTest |
class |
Drupal\Tests\acquia_contenthub\Unit\Normalizer |
tests/src/Unit/Normalizer/ContentEntityNormalizerTest.php |
PHPUnit test for the ContentEntityNormalizer class. |
|
|
|
ContentEntityViewModesExtractor |
class |
Drupal\acquia_contenthub\Normalizer |
src/Normalizer/ContentEntityViewModesExtractor.php |
Extracts the rendered view modes from a given ContentEntity Object. |
|
2 |
2 |
ContentEntityViewModesExtractorInterface |
interface |
Drupal\acquia_contenthub\Normalizer |
src/Normalizer/ContentEntityViewModesExtractorInterface.php |
Interface for View Modes Extractor. |
1 |
|
|
ContentEntityViewModesExtractorTest |
class |
Drupal\Tests\acquia_contenthub\Unit\Normalizer |
tests/src/Unit/Normalizer/ContentEntityViewModesExtractorTest.php |
PHPUnit test for the ContentEntityViewModesExtractor class. |
|
|
|
ContentHubAccess |
class |
Drupal\acquia_contenthub\Access |
src/Access/ContentHubAccess.php |
Implements permission to prevent unauthorized access to Entity CDF. |
|
|
2 |
ContentHubCdfEncoder |
class |
Drupal\acquia_contenthub\Encoder |
src/Encoder/ContentHubCdfEncoder.php |
Encodes Content Hub CDF data in JSON. |
|
1 |
2 |
ContentHubCdfEncoderTest |
class |
Drupal\Tests\acquia_contenthub\Unit\Encoder |
tests/src/Unit/Encoder/ContentHubCdfEncoderTest.php |
@coversDefaultClass \Drupal\acquia_contenthub\Encoder\ContentHubCdfEncoder
@group acquia_contenthub |
|
|
|
ContentHubEntitiesTracking |
class |
Drupal\acquia_contenthub |
src/ContentHubEntitiesTracking.php |
Tracks in a table the list of all entities imported from Content Hub. |
|
8 |
2 |
ContentHubEntitiesTrackingTest |
class |
Drupal\Tests\acquia_contenthub\Unit |
tests/src/Unit/ContentHubEntitiesTrackingTest.php |
PHPUnit tests for the ContentHubEntitiesTracking class. |
|
|
|
ContentHubEntityDependency |
class |
Drupal\acquia_contenthub |
src/ContentHubEntityDependency.php |
Content Hub Dependency Class. |
|
6 |
|
ContentHubEntityDependencyTest |
class |
Drupal\Tests\acquia_contenthub\Unit |
tests/src/Unit/ContentHubEntityDependencyTest.php |
PHPUnit for the ContentHubEntityDependency class. |
|
|
|
ContentHubEntityEmbedHandler |
class |
Drupal\acquia_contenthub |
src/ContentHubEntityEmbedHandler.php |
Content Hub Entity Embed Handler Class. |
|
2 |
|
ContentHubEntityEmbedHandlerTest |
class |
Drupal\Tests\acquia_contenthub\Unit |
tests/src/Unit/ContentHubEntityEmbedHandlerTest.php |
PHPUnit for the ContentHubEntityEmbedHandler class. |
|
|
|
ContentHubEntityExportController |
class |
Drupal\acquia_contenthub\Controller |
src/Controller/ContentHubEntityExportController.php |
Controller for Content Hub Export Entities using bulk upload. |
|
2 |
2 |
ContentHubEntityExportControllerTest |
class |
Drupal\Tests\acquia_contenthub\Unit\Controller |
tests/src/Unit/Controller/ContentHubEntityExportControllerTest.php |
Unit test for ContentHubEntityExportController class. |
|
|
|
ContentHubEntityImportController |
class |
Drupal\acquia_contenthub\Controller |
src/Controller/ContentHubEntityImportController.php |
Controller for Content Hub Imported Entities. |
|
|
2 |
ContentHubEntityLinkFieldHandler |
class |
Drupal\acquia_contenthub |
src/ContentHubEntityLinkFieldHandler.php |
Content Hub Entity Link Field. |
|
1 |
|
ContentHubEntityRequestHandler |
class |
Drupal\acquia_contenthub\Controller |
src/Controller/ContentHubEntityRequestHandler.php |
Decorates the REST module's RequestHandler. |
|
|
|
ContentHubEntityTrait |
trait |
Drupal\Tests\acquia_contenthub\Functional |
tests/src/Functional/ContentHubEntityTrait.php |
Content Hub Entity Trait. |
|
|
|
ContentHubEntityTrait |
trait |
Drupal\Tests\acquia_contenthub\Unit |
tests/src/Unit/ContentHubEntityTrait.php |
Defines a Trait for creating a Content Hub Entity. |
|
|
|
ContentHubEntityTypeConfig |
class |
Drupal\acquia_contenthub\Entity |
src/Entity/ContentHubEntityTypeConfig.php |
Defines a ContentHubEntityTypeConfig configuration entity class. |
|
2 |
|
ContentHubEntityTypeConfigInterface |
interface |
Drupal\acquia_contenthub |
src/ContentHubEntityTypeConfigInterface.php |
Interface for ContentHubEntityTypeConfig class. |
1 |
1 |
|
ContentHubException |
class |
Drupal\acquia_contenthub |
src/ContentHubException.php |
An exception that occurred in some part of the Acquia Content Hub. |
|
1 |
|
ContentHubExportQueue |
class |
Drupal\acquia_contenthub\Plugin\QueueWorker |
src/Plugin/QueueWorker/ContentHubExportQueue.php |
Export content to the Acquia Content Hub service. |
|
|
|
ContentHubExportQueueBase |
abstract class |
Drupal\acquia_contenthub\Plugin\QueueWorker |
src/Plugin/QueueWorker/ContentHubExportQueueBase.php |
Provides base functionality for the Content Hub Export Queue. |
1 |
|
|
ContentHubExportQueueController |
class |
Drupal\acquia_contenthub\Controller |
src/Controller/ContentHubExportQueueController.php |
Implements an Export Queue Controller for Content Hub. |
|
4 |
2 |
ContentHubExportQueueControllerTest |
class |
Drupal\Tests\acquia_contenthub\Unit\Controller |
tests/src/Unit/Controller/ContentHubExportQueueControllerTest.php |
PHPUnit test for the ContentHubExportQueueController class. |
|
|
|
ContentHubExportQueueForm |
class |
Drupal\acquia_contenthub\Form |
src/Form/ContentHubExportQueueForm.php |
Implements a form to Process items from the Content Hub Export Queue. |
|
|
1 |
ContentHubExportQueueMessageSubscriber |
class |
Drupal\acquia_contenthub\EventSubscriber |
src/EventSubscriber/ContentHubExportQueueMessageSubscriber.php |
Class ContentHubExportQueueMessageSubscriber. |
|
|
2 |
ContentHubFilter |
class |
Drupal\acquia_contenthub_subscriber\Entity |
acquia_contenthub_subscriber/src/Entity/ContentHubFilter.php |
Defines the ContentHubFilter entity. |
|
|
|
ContentHubFilterDeleteForm |
class |
Drupal\acquia_contenthub_subscriber\Form |
acquia_contenthub_subscriber/src/Form/ContentHubFilterDeleteForm.php |
Builds the form to delete a ContentHubFilter. |
|
|
|
ContentHubFilterForm |
class |
Drupal\acquia_contenthub_subscriber\Form |
acquia_contenthub_subscriber/src/Form/ContentHubFilterForm.php |
Prepares the form for input Content Hub Filters. |
|
|
|
ContentHubFilterInterface |
interface |
Drupal\acquia_contenthub_subscriber |
acquia_contenthub_subscriber/src/ContentHubFilterInterface.php |
Provides an interface defining a Acquia Content Hub Filter entity. |
1 |
4 |
|
ContentHubFilterListBuilder |
class |
Drupal\acquia_contenthub_subscriber\Controller |
acquia_contenthub_subscriber/src/Controller/ContentHubFilterListBuilder.php |
Provides a listing of Content Hub Filter. |
|
|
|
ContentHubFilterResource |
class |
Drupal\acquia_contenthub_subscriber\Plugin\rest\resource |
acquia_contenthub_subscriber/src/Plugin/rest/resource/ContentHubFilterResource.php |
Provides a resource to perform CRUD operations on Content Hub Filters. |
|
|
|
ContentHubFiltersTest |
class |
Drupal\Tests\acquia_contenthub_subscriber\Functional |
acquia_contenthub_subscriber/tests/src/Functional/ContentHubFiltersTest.php |
Tests the functionality of Content Hub Filters. |
|
|
|