PHP_CodeCoverage_Report_Node_File |
class |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage/Report/Node/File.php |
Represents a file in the code coverage information tree. |
ImageValidatorTest::testValidSize |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/ImageValidatorTest.php |
|
MetadataGenerator::$editorManager |
property |
drupal/core/modules/edit/lib/Drupal/edit/MetadataGenerator.php |
The manager for editor plugins. |
ImageItem::getPropertyDefinitions |
function |
drupal/core/modules/image/lib/Drupal/image/Type/ImageItem.php |
Implements \Drupal\Core\TypedData\ComplexDataInterface::getPropertyDefinitions(). |
PagerTest::testStorePagerSettings |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/PagerTest.php |
Pagers was sometimes not stored. |
CacheDecoratorLanguageTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/CacheDecoratorLanguageTest.php |
Sets up a Drupal site for running functional and integration tests. |
ObjectManager::getMetadataFactory |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManager.php |
Gets the metadata factory used to gather the metadata of classes. |
AutoExpireFlashBag::getStorageKey |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Flash/AutoExpireFlashBag.php |
Gets the storage key for this bag. |
PrimitiveTypeConstraint::$message |
property |
drupal/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/PrimitiveTypeConstraint.php |
|
TranslationManager::addTranslator |
function |
drupal/core/lib/Drupal/Core/StringTranslation/TranslationManager.php |
Appends a translation system to the translation chain. |
MongoDbProfilerStorageTest::setUp |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/MongoDbProfilerStorageTest.php |
|
NodeStorageController::attachLoad |
function |
drupal/core/modules/node/lib/Drupal/node/NodeStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageControllerNG::attachLoad(). |
locale_translatable_language_list |
function |
drupal/core/modules/locale/locale.module |
Returns list of translatable languages. |
DisplayPageWebTest::testArguments |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayPageWebTest.php |
Tests arguments. |
MemcacheProfilerStorage::getValue |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MemcacheProfilerStorage.php |
Retrieve item from the memcache server |
NodeStorageController::invokeHook |
function |
drupal/core/modules/node/lib/Drupal/node/NodeStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::invokeHook(). |
MemcacheProfilerStorage::setValue |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MemcacheProfilerStorage.php |
Store an item on the memcache server under the specified key |
SearchLanguageTest::testLanguages |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchLanguageTest.php |
|
PHP_CodeCoverageTest::testCollect |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/PHP/CodeCoverageTest.php |
@covers PHP_CodeCoverage::start
@covers PHP_CodeCoverage::stop
@covers PHP_CodeCoverage::append
@covers PHP_CodeCoverage::applyListsFilter
@covers PHP_CodeCoverage::initializeFilesThatAreSeenTheFirstTime
@covers… |
plugin.manager.views.exposed_form |
service |
drupal/core/modules/views/views.services.yml |
Drupal\views\Plugin\ViewsPluginManager |
NodeStorageController::postDelete |
function |
drupal/core/modules/node/lib/Drupal/node/NodeStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::postDelete(). |
_filter_html_image_secure_process |
function |
drupal/core/modules/filter/filter.module |
Process callback for local image filter. |
StorageComparer::getSourceStorage |
function |
drupal/core/lib/Drupal/Core/Config/StorageComparer.php |
Gets the configuration source storage. |
StorageComparer::getTargetStorage |
function |
drupal/core/lib/Drupal/Core/Config/StorageComparer.php |
Gets the configuration target storage. |
EasyRdf_Http_Response::getMessage |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Http/Response.php |
Return a message describing the HTTP response code
(Eg. "OK", "Not Found", "Moved Permanently") |
CoverageMethodParenthesesTest.php |
file |
drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/CoverageMethodParenthesesTest.php |
|
plugin.manager.views.relationship |
service |
drupal/core/modules/views/views.services.yml |
Drupal\views\Plugin\ViewsHandlerManager |
DisplayPluginBase::isPagerEnabled |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Whether the display is using a pager or not. |
StorageComparer::createChangelist |
function |
drupal/core/lib/Drupal/Core/Config/StorageComparer.php |
Add differences between source and target configuration storage to changelist. |
node_access_test_language_disable |
function |
drupal/core/modules/node/tests/modules/node_access_test_language/node_access_test_language.module |
Implements hook_disable(). |
Collection::$missingFieldsMessage |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Collection.php |
|
language_admin_edit_form_validate |
function |
drupal/core/modules/language/language.admin.inc |
Validate the language editing form. Reused for custom language addition too. |
FloodInterface::garbageCollection |
function |
drupal/core/lib/Drupal/Core/Flood/FloodInterface.php |
Cleans up expired flood events. This method is called automatically on
cron run. |
StorageTest::testFormStatePersist |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/StorageTest.php |
Tests a form using form state without using 'storage' to pass data from the
constructor to a submit handler. The data has to persist even when caching
gets activated, what may happen when a modules alter the form and adds
#ajax properties. |
language_admin_delete_form_submit |
function |
drupal/core/modules/language/language.admin.inc |
Process language deletion submissions. |
FileProfilerStorageTest::$storage |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/FileProfilerStorageTest.php |
|
AccessManagerTest::$accessManager |
property |
drupal/core/tests/Drupal/Tests/Core/Access/AccessManagerTest.php |
The access manager to test. |
FileProfilerStorageTest::cleanDir |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/FileProfilerStorageTest.php |
|
InstallStorage::getComponentNames |
function |
drupal/core/lib/Drupal/Core/Config/InstallStorage.php |
Get all configuration names and folders for a list of modules or themes. |
template_process_maintenance_page |
function |
drupal/core/includes/theme.inc |
Theme process function for theme_maintenance_field(). |
AbstractMessage::$protocolVersion |
property |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/AbstractMessage.php |
|
ImageEffectsTest::testScaleEffect |
function |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageEffectsTest.php |
Test the image_scale_effect() function. |
ManageFieldsTest::testDeleteField |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageFieldsTest.php |
Tests that deletion removes fields and instances as expected. |
BootstrapConfigStorageFactory.php |
file |
drupal/core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php |
Contains Drupal\Core\Config\BootstrapConfigStorageFactory. |
ManageFieldsTest::testLockedField |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageFieldsTest.php |
Tests that Field UI respects locked fields. |
EntityNG::getTranslationLanguages |
function |
drupal/core/lib/Drupal/Core/Entity/EntityNG.php |
Implements \Drupal\Core\TypedData\TranslatableInterface::getTranslationLanguages(). |
EventManager::removeEventListener |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/EventManager.php |
Removes an event listener from the specified events. |
RoleStorageController::resetCache |
function |
drupal/core/modules/user/lib/Drupal/user/RoleStorageController.php |
Resets the internal, static entity cache. |
PluginManagerBase::getDefinitions |
function |
drupal/core/lib/Drupal/Component/Plugin/PluginManagerBase.php |
Gets the definition of all plugins for this type. |
RoleStorageController::postDelete |
function |
drupal/core/modules/user/lib/Drupal/user/RoleStorageController.php |
Acts on deleted entities before the delete hook is invoked. |