You are here

Classes, traits, and interfaces in Tome 8

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
JsonFileStorageFactory class Drupal\tome_sync modules/tome_sync/src/JsonFileStorageFactory.php Provides a factory for creating json file storage objects.
LanguageConfigEventSubscriber class Drupal\tome_sync\EventSubscriber modules/tome_sync/src/EventSubscriber/LanguageConfigEventSubscriber.php Keeps the config export directory synced with language config operations. 1
LanguagePathSubscriber class Drupal\tome_static\EventSubscriber modules/tome_static/src/EventSubscriber/LanguagePathSubscriber.php Adds language negotiation URL prefixes to the list of paths to export. 1
LazyResettableContextRepository class Drupal\tome_static modules/tome_static/src/LazyResettableContextRepository.php Decorates the context repository to allow for resetting of contexts. 2
LinkItemTest class Drupal\Tests\tome_sync\Kernel modules/tome_sync/tests/src/Kernel/LinkItemTest.php Tests that the link item normalization works.
MediaOembedPathSubscriber class Drupal\tome_static\EventSubscriber modules/tome_static/src/EventSubscriber/MediaOembedPathSubscriber.php Converts Media OEmbed query parameters to static paths. 2
ModifyDestinationEvent class Drupal\tome_static\Event modules/tome_static/src/Event/ModifyDestinationEvent.php Allows modules to modify the HTML of a static page before save. 4
ModifyDestinationEventTest class Drupal\Tests\tome_static\Kernel modules/tome_static/tests/src/Kernel/ModifyDestinationEventTest.php Tests modify destination event class.
ModifyHtmlEvent class Drupal\tome_static\Event modules/tome_static/src/Event/ModifyHtmlEvent.php Allows modules to modify the HTML of a static page before save. 4
ModifyHtmlEventTest class Drupal\Tests\tome_static\Kernel modules/tome_static/tests/src/Kernel/ModifyHtmlEventTest.php Tests modify HTML event class.
NullFileSync class Drupal\tome_sync modules/tome_sync/src/NullFileSync.php Implements all file sync methods as no-ops.
PageCacheRequestPrepareSubscriber class Drupal\tome_static\EventSubscriber modules/tome_static/src/EventSubscriber/PageCacheRequestPrepareSubscriber.php Prepares for a new request when using page cache. 1
PagerPathSubscriber class Drupal\tome_static\EventSubscriber modules/tome_static/src/EventSubscriber/PagerPathSubscriber.php Converts pager query parameters to static paths. 2
PathAliasNormalizer class Drupal\tome_sync\Normalizer modules/tome_sync/src/Normalizer/PathAliasNormalizer.php Normalizer for Path alias entities. 2
PathAliasTest class Drupal\Tests\tome_sync\Kernel modules/tome_sync/tests/src/Kernel/PathAliasTest.php Tests that the path alias normalization works.
PathautoItemNormalizer class Drupal\tome_sync\Normalizer modules/tome_sync/src/Normalizer/PathautoItemNormalizer.php Normalizer for Pathauto. 2
PathautoTest class Drupal\Tests\tome_sync\Kernel modules/tome_sync/tests/src/Kernel/PathautoTest.php Tests that the pathuto integration works.
PathItemNormalizer class Drupal\tome_sync\Normalizer modules/tome_sync/src/Normalizer/PathItemNormalizer.php Normalizer for Path fields. 1 2
PathPlaceholderEvent class Drupal\tome_static\Event modules/tome_static/src/Event/PathPlaceholderEvent.php Allows modules that provide placeholder paths to load the real path. 4
PathPlaceholderEventTest class Drupal\Tests\tome_static\Kernel modules/tome_static/tests/src/Kernel/PathPlaceholderEventTest.php Tests path placeholder event class.
PathTrait trait Drupal\tome_base modules/tome_base/src/PathTrait.php Contains methods useful for working with paths. 8
PathTraitTest class Drupal\Tests\tome_base\Unit modules/tome_base/tests/src/Unit/PathTraitTest.php @coversDefaultClass \Drupal\tome_base\PathTrait @group tome_base
ProcessTrait trait Drupal\tome_base modules/tome_base/src/ProcessTrait.php Shared methods for running processes.
RedirectPathSubscriber class Drupal\tome_static\EventSubscriber modules/tome_static/src/EventSubscriber/RedirectPathSubscriber.php Adds redirect placeholder paths to the list of paths to export. 1
RequestPreparer class Drupal\tome_static modules/tome_static/src/RequestPreparer.php Utility class to prepare Drupal for new requests. 3 2
ResettablePageCache class Drupal\tome_static\StackMiddleware modules/tome_static/src/StackMiddleware/ResettablePageCache.php Allows the cache ID to be reset between requests. 2
ResettablePathMatcher class Drupal\tome_static modules/tome_static/src/ResettablePathMatcher.php Decorates the path matcher to allow for resetting of static cache. 2
RoutePathSubscriber class Drupal\tome_static\EventSubscriber modules/tome_static/src/EventSubscriber/RoutePathSubscriber.php Adds route paths to the list of paths to export. 2
SmartTag class Drupal\tome_static_super_cache\Plugin\views\cache modules/tome_static/modules/tome_static_super_cache/src/Plugin/views/cache/SmartTag.php Omits list cache tags from a View and expires cache on entity CRUD. 1
SmartTagTest class Drupal\Tests\tome_static_super_cache\Kernel modules/tome_static/modules/tome_static_super_cache/tests/src/Kernel/SmartTagTest.php Tests that the smart tag views cache plugin works.
StaticCache class Drupal\tome_static modules/tome_static/src/StaticCache.php Determines if pages are statically cached. 1 1 2
StaticCacheInterface interface Drupal\tome_static modules/tome_static/src/StaticCacheInterface.php Determines if pages are statically cached. 1
StaticCacheTest class Drupal\Tests\tome_static\Kernel modules/tome_static/tests/src/Kernel/StaticCacheTest.php Tests that static cache works.
StaticCommand class Drupal\tome_static\Commands modules/tome_static/src/Commands/StaticCommand.php Contains the tome:static command. 1 2
StaticDownloadController class Drupal\tome_static\Controller modules/tome_static/src/Controller/StaticDownloadController.php Contains routes related to Tome Static.
StaticExportPathCommand class Drupal\tome_static\Commands modules/tome_static/src/Commands/StaticExportPathCommand.php Contains the tome:static-export-path command. 2
StaticGenerator class Drupal\tome_static modules/tome_static/src/StaticGenerator.php Handles static site generation. 2
StaticGeneratorForm class Drupal\tome_static\Form modules/tome_static/src/Form/StaticGeneratorForm.php Contains a form for initializing a static build. 1
StaticGeneratorInterface interface Drupal\tome_static modules/tome_static/src/StaticGeneratorInterface.php Provides an interface for the static generator. 1 8
StaticGeneratorTest class Drupal\Tests\tome_static\Kernel modules/tome_static/tests/src/Kernel/StaticGeneratorTest.php Tests that static site generation works.
StaticPreviewCommand class Drupal\tome_static\Commands modules/tome_static/src/Commands/StaticPreviewCommand.php Contains the tome:preview command. 2
StaticPreviewController class Drupal\tome_static\Controller modules/tome_static/src/Controller/StaticPreviewController.php Allows a user to exit a static preview.
StaticPreviewForm class Drupal\tome_static\Form modules/tome_static/src/Form/StaticPreviewForm.php Contains a form for initializing a static preview session. 1
StaticPreviewRequestSubscriber class Drupal\tome_static\EventSubscriber modules/tome_static/src/EventSubscriber/StaticPreviewRequestSubscriber.php Routes valid requests to the static build. 2 2
StaticRedirectTest class Drupal\Tests\tome_static\Kernel modules/tome_static/tests/src/Kernel/StaticRedirectTest.php Tests that static redirect generation works.
StaticUITrait trait Drupal\tome_static modules/tome_static/src/StaticUITrait.php Trait containing methods useful for different static user interfaces. 2
SuperStaticCache class Drupal\tome_static_super_cache modules/tome_static/modules/tome_static_super_cache/src/SuperStaticCache.php Decorates the Tome Static cache service to prevent deletions. 3 2
SuperStaticCacheTest class Drupal\Tests\tome_static_super_cache\Kernel modules/tome_static/modules/tome_static_super_cache/tests/src/Kernel/SuperStaticCacheTest.php Tests that the super static cache works.
TestBase abstract class Drupal\Tests\tome_base\Kernel modules/tome_base/tests/src/Kernel/TestBase.php Base class for tome tests. 13 13
TestController class Drupal\tome_test\Controller modules/tome_static/tests/modules/tome_test/src/Controller/TestController.php Contains test pages for the tome module.

Pages

Other projects