Search for to
- Search 7.x for to
- Search 9.5.x for to
- Search 8.9.x for to
- Search 11.x for to
- Search main for to
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| tour.tour.tour-test-2.yml | file | core/ |
core/modules/tour/tests/tour_test/config/install/tour.tour.tour-test-2.yml |
| tour.tour.tour-test.yml | file | core/ |
core/modules/tour/tests/tour_test/config/install/language/it/tour.tour.tour-test.yml |
| tour.tour.tour-test.yml | file | core/ |
core/modules/tour/tests/tour_test/config/install/tour.tour.tour-test.yml |
| tour.tour.views-ui.yml | file | core/ |
core/modules/tour/config/optional/tour.tour.views-ui.yml |
| Tour::$id | property | core/ |
The name (plugin ID) of the tour. |
| Tour::$keyedRoutes | property | core/ |
The routes on which this tour should be displayed, keyed by route id. |
| Tour::$label | property | core/ |
The label of the tour. |
| Tour::$module | property | core/ |
The module which this tour is assigned to. |
| Tour::$routes | property | core/ |
The routes on which this tour should be displayed. |
| Tour::$tips | property | core/ |
The array of plugin config, only used for export and to populate the $tipsCollection. |
| Tour::$tipsCollection | property | core/ |
Holds the collection of tips that are attached to this tour. |
| Tour::calculateDependencies | function | core/ |
Calculates dependencies and stores them in the dependency property. |
| Tour::getModule | function | core/ |
Gets the module this tour belongs to. |
| Tour::getRoutes | function | core/ |
The routes that this tour will appear on. |
| Tour::getTip | function | core/ |
Returns tip plugin. |
| Tour::getTips | function | core/ |
Returns the tips for this tour. |
| Tour::hasMatchingRoute | function | core/ |
Whether the tour matches a given set of route parameters. |
| Tour::resetKeyedRoutes | function | core/ |
Resets the statically cached keyed routes. |
| Tour::__construct | function | core/ |
Constructs an Entity object. |
| TourAccessControlHandler | class | core/ |
Defines the access control handler for the tour entity type. |
| TourAccessControlHandler.php | file | core/ |
|
| TourAccessControlHandler::checkAccess | function | core/ |
Performs access checks. |
| TourCacheTagsTest | class | core/ |
Tests the Tour entity's cache tags. |
| TourCacheTagsTest.php | file | core/ |
|
| TourCacheTagsTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| TourCacheTagsTest::$modules | property | core/ |
Modules to install. |
| TourCacheTagsTest::setUp | function | core/ |
|
| TourCacheTagsTest::testRenderedTour | function | core/ |
Tests cache tags presence and invalidation of the Tour entity. |
| TourHelpPageTest | class | core/ |
Verifies help page display of tours. |
| TourHelpPageTest.php | file | core/ |
|
| TourHelpPageTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| TourHelpPageTest::$modules | property | core/ |
Modules to enable, including some providing tours. |
| TourHelpPageTest::$noTourUser | property | core/ |
A user who can access help but not tours. |
| TourHelpPageTest::$tourUser | property | core/ |
User that can access tours and help. |
| TourHelpPageTest::getModuleList | function | core/ |
Gets a list of modules to test for hook_help() pages. |
| TourHelpPageTest::getTourList | function | core/ |
Gets a list of tours to test. |
| TourHelpPageTest::setUp | function | core/ |
|
| TourHelpPageTest::testHelp | function | core/ |
Logs in users, tests help pages. |
| TourHelpPageTest::verifyHelp | function | core/ |
Verifies the logged in user has access to the help properly. |
| TourHelpSection | class | core/ |
Provides the tours list section for the help page. |
| TourHelpSection.php | file | core/ |
|
| TourHelpSection::$entityTypeManager | property | core/ |
The entity type manager. |
| TourHelpSection::create | function | core/ |
Creates an instance of the plugin. |
| TourHelpSection::getCacheMaxAge | function | core/ |
|
| TourHelpSection::listTopics | function | core/ |
Returns a list of topics to show in the help section. |
| TourHelpSection::__construct | function | core/ |
Constructs a TourHelpSection object. |
| TourInterface | interface | core/ |
Provides an interface defining a tour entity. |
| TourInterface.php | file | core/ |
|
| TourInterface::getModule | function | core/ |
Gets the module this tour belongs to. |
| TourInterface::getRoutes | function | core/ |
The routes that this tour will appear on. |
Pagination
- Previous page
- Page 235
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.