You are here

14 string references to 'entity_usage.settings' in Entity Usage 8.3

BatchUpdateTest::testBatchUpdate in tests/src/FunctionalJavascript/BatchUpdateTest.php
Tests the batch update.
DynamicEntityReferenceTest::testDynamicEntityReferenceTracking in tests/src/FunctionalJavascript/DynamicEntityReferenceTest.php
Tests the tracking of entities through dynamic entity reference fields.
EmbeddedContentTest::testHtmlLink in tests/src/FunctionalJavascript/EmbeddedContentTest.php
Tests the HtmlLink parsing.
EntityUpdateManager::__construct in src/EntityUpdateManager.php
EntityUpdateManager constructor.
EntityUsage::__construct in src/EntityUsage.php
Construct the EntityUsage object.
EntityUsageSettingsForm::buildForm in src/Form/EntityUsageSettingsForm.php
Form constructor.
EntityUsageSettingsForm::getEditableConfigNames in src/Form/EntityUsageSettingsForm.php
Gets the configuration names that will be editable.
EntityUsageSettingsForm::submitForm in src/Form/EntityUsageSettingsForm.php
Form submission handler.
EntityUsageTrackBase::__construct in src/EntityUsageTrackBase.php
Plugin constructor.
entity_usage_form_alter in ./entity_usage.module
Implements hook_form_alter().
entity_usage_install in ./entity_usage.install
Implements hook_install().
entity_usage_update_8205 in ./entity_usage.install
Initialize the new "usage_controller_items_per_page" config value to 25.
entity_usage_update_8300 in ./entity_usage.install
Rename items_per_page into items_per_group.
ListUsageController::__construct in src/Controller/ListUsageController.php
ListUsageController constructor.