ClassWithClosure |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithClosure.php |
Plugin annotation
@AnnotationTargetAll("Foo"); |
BarClass::getBaz |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/classes.php |
|
field_ui.install |
file |
drupal/core/modules/field_ui/field_ui.install |
Install, update, and uninstall functions for the Field UI module. |
AlertCommand.php |
file |
drupal/core/lib/Drupal/Core/Ajax/AlertCommand.php |
Definition of Drupal\Core\Ajax\AlertCommand. |
TipPluginManager |
class |
drupal/core/modules/tour/lib/Drupal/tour/TipPluginManager.php |
Configurable tour manager. |
PHPUnit_Util_PHP |
class |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/PHP.php |
Utility methods for PHP sub-processes. |
CurlMulti::reset |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/CurlMulti.php |
Reset the state and remove any attached RequestInterface objects |
Logger::critical |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Logger.php |
Critical conditions. |
test_theme.theme |
file |
drupal/core/modules/system/tests/themes/test_theme/test_theme.theme |
Theme to help test the Twig engine. |
Tar::__construct |
function |
drupal/core/lib/Drupal/Component/Archiver/Tar.php |
Constructs a Tar object. |
PHP_CodeCoverage |
class |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage.php |
Provides collection functionality for PHP code coverage information. |
node_admin_nodes |
function |
drupal/core/modules/node/node.admin.inc |
Returns the admin form object to node_admin_content(). |
PersistentObject |
class |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/PersistentObject.php |
PersistentObject base class that implements getter/setter methods for all mapped fields and associations
by overriding __call. |
MockFileTransfer |
class |
drupal/core/modules/update/tests/modules/update_test/lib/Drupal/update_test/MockFileTransfer.php |
Mocks a FileTransfer object to test the settings form functionality. |
MockBlockManager |
class |
drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/MockBlockManager.php |
Defines a plugin manager used by Plugin API derivative unit tests. |
Issue503Test.php |
file |
drupal/core/vendor/phpunit/phpunit/Tests/Regression/GitHub/503/Issue503Test.php |
|
locale.admin.css |
file |
drupal/core/modules/locale/css/locale.admin.css |
.locale-translate-filter-form .details-wrapper {
overflow: hidden;
}
.locale-translate-filter-form .form-item-langcode,
.locale-translate-filter-form .form-item-translation,
.locale-translate-filter-form .form-item-customized {
float: left; /* LTR… |
ConfigEntityTest |
class |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigEntityTest.php |
Tests configuration entities. |
CurlMulti::count |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/CurlMulti.php |
|
FooObject::reset |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Extension/SandboxTest.php |
|
Profiler::export |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/Profiler.php |
Exports the current profiler data. |
BazClass::setFoo |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/classes.php |
|
NodeSaveTest.php |
file |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeSaveTest.php |
Definition of Drupal\node\Tests\NodeSaveTest. |
Issue244Test.php |
file |
drupal/core/vendor/phpunit/phpunit/Tests/Regression/GitHub/244/Issue244Test.php |
|
DataFieldRow.php |
file |
drupal/core/modules/rest/lib/Drupal/rest/Plugin/views/row/DataFieldRow.php |
Contains \Drupal\rest\Plugin\views\row\DataFieldRow. |
Attribute::value |
function |
drupal/core/lib/Drupal/Core/Template/Attribute.php |
Returns the whole array. |
Model::fromArray |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/SerializerTest.php |
|
Profiler::import |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/Profiler.php |
Imports data into the profiler storage. |
NodeTypeTest.php |
file |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeTypeTest.php |
Definition of Drupal\node\Tests\NodeTypeTest. |
FileResource.php |
file |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/FileResource.php |
|
Issue445Test.php |
file |
drupal/core/vendor/phpunit/phpunit/Tests/Regression/GitHub/445/Issue445Test.php |
|
update_parse_xml |
function |
drupal/core/modules/update/update.fetch.inc |
Parses the XML of the Drupal release history info files. |
Version::VERSION |
constant |
drupal/core/vendor/guzzle/common/Guzzle/Common/Version.php |
|
Database::getLog |
function |
drupal/core/lib/Drupal/Core/Database/Database.php |
Retrieves the queries logged on for given logging key. |
travis-setup.php |
file |
drupal/core/vendor/doctrine/common/bin/travis-setup.php |
|
Issue581Test.php |
file |
drupal/core/vendor/phpunit/phpunit/Tests/Regression/GitHub/581/Issue581Test.php |
|
file_destination |
function |
drupal/core/includes/file.inc |
Determines the destination path for a file. |
CommentInterface |
interface |
drupal/core/modules/comment/lib/Drupal/comment/CommentInterface.php |
Provides an interface defining a comment entity. |
locale_uninstall |
function |
drupal/core/modules/locale/locale.install |
Implements hook_uninstall(). |
TypeScriptFilter |
class |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/TypeScriptFilter.php |
Compiles TypeScript into JavaScript. |
system_test_menu |
function |
drupal/core/modules/system/tests/modules/system_test/system_test.module |
Implements hook_menu(). |
theme_theme_test |
function |
drupal/core/modules/system/tests/modules/theme_test/theme_test.inc |
Returns HTML for the 'theme_test' theme hook used by tests. |
Issue433Test.php |
file |
drupal/core/vendor/phpunit/phpunit/Tests/Regression/GitHub/433/Issue433Test.php |
|
node_update_8001 |
function |
drupal/core/modules/node/node.install |
Rename node type language variable names. |
Issue498Test.php |
file |
drupal/core/vendor/phpunit/phpunit/Tests/Regression/GitHub/498/Issue498Test.php |
|
menu_menu_insert |
function |
drupal/core/modules/menu/menu.module |
Implements hook_menu_insert() |
Queue operations |
group |
drupal/core/includes/common.inc |
Queue items to allow later processing. |
Batch operations |
group |
drupal/core/includes/form.inc |
Creates and processes batch operations. |
node_update_8002 |
function |
drupal/core/modules/node/node.install |
Rename node.language field to node.langcode. |
theme_test_theme |
function |
drupal/core/modules/system/tests/modules/theme_test/theme_test.module |
Implements hook_theme(). |