Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| StatisticsReportsTest::testPopularContentBlock | function | core/ |
Tests the "popular content" block. |
| StatisticsSettingsForm | class | core/ |
Configure statistics settings for this site. |
| StatisticsSettingsForm.php | file | core/ |
|
| StatisticsSettingsForm::$moduleHandler | property | core/ |
The module handler. |
| StatisticsSettingsForm::buildForm | function | core/ |
Form constructor. |
| StatisticsSettingsForm::create | function | core/ |
Instantiates a new instance of this class. |
| StatisticsSettingsForm::getEditableConfigNames | function | core/ |
Gets the configuration names that will be editable. |
| StatisticsSettingsForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| StatisticsSettingsForm::submitForm | function | core/ |
Form submission handler. |
| StatisticsSettingsForm::__construct | function | core/ |
Constructs a \Drupal\statistics\StatisticsSettingsForm object. |
| StatisticsStorageInterface | interface | core/ |
Provides an interface defining Statistics Storage. |
| StatisticsStorageInterface.php | file | core/ |
|
| StatisticsStorageInterface::deleteViews | function | core/ |
Delete counts for a specific entity. |
| StatisticsStorageInterface::fetchAll | function | core/ |
Returns the number of times an entity has been viewed. |
| StatisticsStorageInterface::fetchView | function | core/ |
Returns the number of times a single entity has been viewed. |
| StatisticsStorageInterface::fetchViews | function | core/ |
Returns the number of times entities have been viewed. |
| StatisticsStorageInterface::maxTotalCount | function | core/ |
Returns the highest 'totalcount' value. |
| StatisticsStorageInterface::recordView | function | core/ |
Counts an entity view. |
| StatisticsStorageInterface::resetDayCount | function | core/ |
Reset the day counter for all entities once every day. |
| StatisticsTestBase | class | core/ |
Defines a base class for testing the Statistics module. |
| StatisticsTestBase.php | file | core/ |
|
| StatisticsTestBase::$blockingUser | property | core/ |
User with permissions to ban IPs. |
| StatisticsTestBase::$modules | property | core/ |
Modules to enable. |
| StatisticsTestBase::setUp | function | core/ |
|
| StatisticsTokenReplaceTest | class | core/ |
Tests statistics token replacement. |
| StatisticsTokenReplaceTest.php | file | core/ |
|
| StatisticsTokenReplaceTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| StatisticsTokenReplaceTest::testStatisticsTokenReplacement | function | core/ |
Creates a node, then tests the statistics tokens generated from it. |
| StatisticsViewsResult | class | core/ |
Value object for passing statistic results. |
| StatisticsViewsResult.php | file | core/ |
|
| StatisticsViewsResult::$dayCount | property | core/ |
|
| StatisticsViewsResult::$timestamp | property | core/ |
|
| StatisticsViewsResult::$totalCount | property | core/ |
|
| StatisticsViewsResult::getDayCount | function | core/ |
Total number of times the entity has been viewed "today". |
| StatisticsViewsResult::getTimestamp | function | core/ |
Timestamp of when the entity was last viewed. |
| StatisticsViewsResult::getTotalCount | function | core/ |
Total number of times the entity has been viewed. |
| StatisticsViewsResult::__construct | function | core/ |
|
| StatisticsViewsResultTest | class | core/ |
@coversDefaultClass \Drupal\statistics\StatisticsViewsResult[[api-linebreak]] @group statistics @group legacy |
| StatisticsViewsResultTest.php | file | core/ |
|
| StatisticsViewsResultTest::providerTestStatisticsCount | function | core/ |
|
| StatisticsViewsResultTest::testStatisticsCount | function | core/ |
Tests migration of node counter. |
| statistics_block_alter | function | core/ |
Implements hook_block_alter(). |
| statistics_cron | function | core/ |
Implements hook_cron(). |
| statistics_help | function | core/ |
Implements hook_help(). |
| statistics_node_counter.yml | file | core/ |
core/modules/statistics/migrations/statistics_node_counter.yml |
| statistics_node_links_alter | function | core/ |
Implements hook_node_links_alter(). |
| statistics_node_predelete | function | core/ |
Implements hook_ENTITY_TYPE_predelete() for node entities. |
| statistics_node_translation_counter.yml | file | core/ |
core/modules/statistics/migrations/statistics_node_translation_counter.yml |
| statistics_node_view | function | core/ |
Implements hook_ENTITY_TYPE_view() for node entities. |
| statistics_preprocess_block | function | core/ |
Implements hook_preprocess_HOOK() for block templates. |
Pagination
- Previous page
- Page 1212
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.