Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| StatisticsPopularBlock::defaultConfiguration | function | core/ |
|
| StatisticsPopularBlock::nodeTitleList | function | core/ |
Generates the ordered array of node links for build(). |
| StatisticsPopularBlock::__construct | function | core/ |
Constructs an StatisticsPopularBlock object. |
| StatisticsReportsTest | class | core/ |
Tests display of statistics report blocks. |
| StatisticsReportsTest.php | file | core/ |
|
| StatisticsReportsTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| 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 a 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/ |
Count a 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 | class | core/ |
Defines a base class for testing the Statistics module. |
| StatisticsTestBase.php | file | core/ |
|
| StatisticsTestBase.php | file | core/ |
|
| StatisticsTestBase::$blockingUser | property | core/ |
User with permissions to ban IP's. |
| StatisticsTestBase::$blockingUser | property | core/ |
User with permissions to ban IP's. |
| StatisticsTestBase::$modules | property | core/ |
Modules to enable. |
| StatisticsTestBase::$modules | property | core/ |
Modules to enable. |
| StatisticsTestBase::setUp | function | core/ |
|
| StatisticsTestBase::setUp | function | core/ |
Sets up a Drupal site for running functional and integration tests. |
| StatisticsTokenReplaceTest | class | core/ |
Generates text using placeholders for dummy content to check 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 |
| StatisticsViewsResultTest.php | file | core/ |
Pagination
- Previous page
- Page 1149
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.