some_controller_function |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Controller/ControllerResolverTest.php |
|
PathProcessorManager.php |
file |
drupal/core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php |
Contains Drupal\Core\PathProcessor\PathProcessorManager. |
PHPUnit_Util_Test::LARGE |
constant |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Test.php |
|
DatabaseBackend::isEmpty |
function |
drupal/core/lib/Drupal/Core/Cache/DatabaseBackend.php |
Implements Drupal\Core\Cache\CacheBackendInterface::isEmpty(). |
StyleUITest::testStyleUI |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/StyleUITest.php |
Tests changing the style plugin and changing some options of a style. |
FilterInOperatorTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterInOperatorTest.php |
Definition of Drupal\views\Tests\Handler\FilterInOperatorTest. |
StateValuesCleanTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/StateValuesCleanTest.php |
Definition of Drupal\system\Tests\Form\StateValuesCleanTest. |
aggregator_test.info.yml |
file |
drupal/core/modules/aggregator/tests/modules/aggregator_test/aggregator_test.info.yml |
drupal/core/modules/aggregator/tests/modules/aggregator_test/aggregator_test.info.yml |
update_create_fetch_task |
function |
drupal/core/modules/update/update.module |
Creates a new fetch task after loading the necessary include file. |
system_schema_cache_8007 |
function |
drupal/core/modules/system/system.install |
The cache schema corresponding to Drupal 8.0. |
ActionEditFormController |
class |
drupal/core/modules/action/lib/Drupal/action/ActionEditFormController.php |
Provides a form controller for action edit forms. |
InsertCommand::$settings |
property |
drupal/core/lib/Drupal/Core/Ajax/InsertCommand.php |
A settings array to be passed to any any attached JavaScript behavior. |
InvalidDataTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/InvalidDataTest.php |
|
RemovePrivateAliasesPass |
class |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/RemovePrivateAliasesPass.php |
Remove private aliases from the container. They were only used to establish
dependencies between services, and these dependencies have been resolved in
one of the previous passes. |
TestEntityFormController |
class |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/TestEntityFormController.php |
Form controller for the test entity edit forms. |
AnnotationLoaderTest.php |
file |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/AnnotationLoaderTest.php |
|
tracker_views_data_alter |
function |
drupal/core/modules/tracker/tracker.views.inc |
Implements hook_views_data_alter(). |
OptionsFieldUnitTestBase |
class |
drupal/core/modules/options/lib/Drupal/options/Tests/OptionsFieldUnitTestBase.php |
Defines a common base test class for unit tests of the options module. |
ChainRouter::sortRouters |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ChainRouter.php |
Sort routers by priority.
The highest priority number is the highest priority (reverse sorting) |
ConfigQueryTest::$number |
property |
drupal/core/modules/config/tests/config_test/lib/Drupal/config_test/Plugin/Core/Entity/ConfigQueryTest.php |
A number used by the sort tests. |
UserTokenReplaceTest.php |
file |
drupal/core/modules/user/lib/Drupal/user/Tests/UserTokenReplaceTest.php |
Definition of Drupal\user\Tests\UserTokenReplaceTest. |
ArbitraryRebuildTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ArbitraryRebuildTest.php |
Definition of Drupal\system\Tests\Form\ArbitraryRebuildTest. |
TestBase::configImporter |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/TestBase.php |
Returns a ConfigImporter object to import test importing of configuration. |
Select::havingConditions |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
|
ConfigEntityBase::enable |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php |
Implements \Drupal\Core\Config\Entity\ConfigEntityInterface::enable(). |
FrameworkTest::testOrder |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/FrameworkTest.php |
Tests AjaxResponse::prepare() AJAX commands ordering. |
JsonEncoder::__construct |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/JsonEncoder.php |
|
RequestDataCollector.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/RequestDataCollector.php |
|
Connection::databaseType |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php |
Returns the name of the PDO driver for this connection. |
TermFieldTest::$instance |
property |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldTest.php |
|
TourPluginTest::$modules |
property |
drupal/core/modules/tour/lib/Drupal/tour/Tests/TourPluginTest.php |
Modules to enable. |
CurlMultiInterface::send |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/CurlMultiInterface.php |
Send a pool of { |
HandlerBase::__construct |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php |
Constructs a Handler object. |
DefinitionTest::testTags |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/DefinitionTest.php |
@covers Symfony\Component\DependencyInjection\Definition::addTag
@covers Symfony\Component\DependencyInjection\Definition::getTag
@covers Symfony\Component\DependencyInjection\Definition::getTags
@covers… |
User::getSecureSessionId |
function |
drupal/core/modules/user/lib/Drupal/user/Plugin/Core/Entity/User.php |
Returns the secure session ID. |
NativeSessionHandlerTest |
class |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NativeSessionHandlerTest.php |
Test class for NativeSessionHandler. |
NodeVisitorInterface.php |
file |
drupal/core/vendor/twig/twig/lib/Twig/NodeVisitorInterface.php |
|
TestEntityController.php |
file |
drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/TestEntityController.php |
Definition of Drupal\field_test\TestEntityController. |
ThrowNoExceptionTestCase |
class |
drupal/core/vendor/phpunit/phpunit/Tests/_files/ThrowNoExceptionTestCase.php |
|
InvokeCommand::$selector |
property |
drupal/core/lib/Drupal/Core/Ajax/InvokeCommand.php |
A CSS selector string. |
StorageTest::testDetails |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/StorageTest.php |
Tests changing label, description and tag. |
UrlGenerator::setContext |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/UrlGenerator.php |
Sets the request context. |
SearchRow::defineOptions |
function |
drupal/core/modules/search/lib/Drupal/search/Plugin/views/row/SearchRow.php |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
TrueValidatorTest::setUp |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/TrueValidatorTest.php |
|
ArchiveTar::createModify |
function |
drupal/core/lib/Drupal/Component/Archiver/ArchiveTar.php |
This method creates the archive file and add the files / directories
that are listed in $p_filelist.
If the file already exists and is writable, it is replaced by the
new tar. It is a create and not an add. If the file exists and is
read-only or is a… |
TestBundle::$currentTest |
property |
drupal/core/modules/simpletest/lib/Drupal/simpletest/TestBundle.php |
|
LocaleLookup::__destruct |
function |
drupal/core/modules/locale/lib/Drupal/locale/LocaleLookup.php |
Destructs the CacheArray object. |
NodeSaveTest::testImport |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeSaveTest.php |
Checks whether custom node IDs are saved properly during an import operation. |
ConfigEntityBase::status |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php |
Implements \Drupal\Core\Config\Entity\ConfigEntityInterface::status(). |
UrlGenerator::getContext |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/UrlGenerator.php |
Gets the request context. |