_update_manager_cache_directory |
function |
drupal/core/modules/update/update.module |
Returns the directory where update archive files should be cached. |
OptionsDynamicValuesTest::setUp |
function |
drupal/core/modules/options/lib/Drupal/options/Tests/OptionsDynamicValuesTest.php |
Sets up a Drupal site for running functional and integration tests. |
ToolbarHookToolbarTest::getInfo |
function |
drupal/core/modules/toolbar/lib/Drupal/toolbar/Tests/ToolbarHookToolbarTest.php |
|
XcacheClassLoader::$classFinder |
property |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/XcacheClassLoader.php |
|
config_admin_import_form_submit |
function |
drupal/core/modules/config/config.admin.inc |
Form submission handler for config_admin_import_form(). |
LANGUAGE_NEGOTIATION_USER_ADMIN |
constant |
drupal/core/modules/language/language.negotiation.inc |
The language is set based on the user admin language settings. |
NativePhpunitPrinter::startTest |
function |
drupal/core/vendor/doctrine/common/tests/NativePhpunitTask.php |
A test started. |
ViewExecutable::executeHookMenu |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Called to get hook_menu() information from the view and the named display handler. |
VocabularyLanguageTest::getInfo |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyLanguageTest.php |
|
TourTest::testTourFunctionality |
function |
drupal/core/modules/tour/lib/Drupal/tour/Tests/TourTest.php |
Test tour functionality. |
PHPUnit_Framework_Constraint_Or |
class |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/Or.php |
Logical OR. |
ConfigEntityQueryTest::$factory |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/ConfigEntityQueryTest.php |
The query factory used to construct all queries in the test. |
RequestDataCollectorTest::setUp |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/RequestDataCollectorTest.php |
|
TestFileDriver::loadMappingFile |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/FileDriverTest.php |
Loads a mapping file with the given name and returns a map
from class/entity names to their corresponding file driver elements. |
FlashBagTest::testGetStorageKey |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Flash/FlashBagTest.php |
|
MetadataFactory::getMetadataFor |
function |
drupal/core/lib/Drupal/Core/TypedData/Validation/MetadataFactory.php |
Implements MetadataFactoryInterface::getMetadataFor(). |
DownloadTest::testFileCreateUrl |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/DownloadTest.php |
Test file_create_url(). |
AssetInterface::getLastModified |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetInterface.php |
Returns the time the current asset was last modified. |
StylePluginBase::$usesRowPlugin |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php |
Does the style plugin allows to use style plugins. |
LANGUAGE_NEGOTIATION_URL_PREFIX |
constant |
drupal/core/modules/language/language.negotiation.inc |
URL language negotiation: use the path prefix as URL language indicator. |
MetadataFactory::hasMetadataFor |
function |
drupal/core/lib/Drupal/Core/TypedData/Validation/MetadataFactory.php |
Implements MetadataFactoryInterface::hasMetadataFor(). |
ExceptionInTest::$testSomething |
property |
drupal/core/vendor/phpunit/phpunit/Tests/_files/ExceptionInTest.php |
|
AggregatorController::$database |
property |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Controller/AggregatorController.php |
The database connection. |
ConfigDataCollector::getBundles |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/ConfigDataCollector.php |
|
LANGUAGE_NEGOTIATION_URL_DOMAIN |
constant |
drupal/core/modules/language/language.negotiation.inc |
URL language negotiation: use the domain as URL language indicator. |
ViewCloneFormController::submit |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewCloneFormController.php |
Overrides \Drupal\Core\Entity\EntityFormController::form(). |
CommentTestBase::setCommentForm |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTestBase.php |
Sets the value governing whether the comment form is on its own page. |
Twig_Node_Expression_MethodCall |
class |
drupal/core/vendor/twig/twig/lib/Twig/Node/Expression/MethodCall.php |
|
UrlPlainFormatter::viewElements |
function |
drupal/core/modules/file/lib/Drupal/file/Plugin/field/formatter/UrlPlainFormatter.php |
Implements \Drupal\field\Plugin\Type\Formatter\FormatterInterface::viewElements(). |
FakeMetadataFactory::$metadatas |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Fixtures/FakeMetadataFactory.php |
|
TermFieldMultipleVocabularyTest |
class |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldMultipleVocabularyTest.php |
Tests a taxonomy term reference field that allows multiple vocabularies. |
Twig_Loader_Filesystem::addPath |
function |
drupal/core/vendor/twig/twig/lib/Twig/Loader/Filesystem.php |
Adds a path where templates are stored. |
entity_crud_hook_test_file_load |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_file_load(). |
UrlGeneratorInterface::generate |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php |
Generates a URL or path for a specific route based on the given parameters. |
MockUserLoginBlock::__construct |
function |
drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/mock_block/MockUserLoginBlock.php |
Constructs a Drupal\Component\Plugin\PluginBase object. |
CoverageFunctionParenthesesTest |
class |
drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/CoverageFunctionParenthesesTest.php |
|
entity_crud_hook_test_node_load |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_node_load(). |
ContainerBuilder::setDefinition |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php |
Sets a service definition. |
HandlerBase::defineExtraOptions |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php |
Provide defaults for the handler. |
PluginUIInterface::formValidate |
function |
drupal/core/modules/system/lib/Drupal/system/Plugin/PluginUIInterface.php |
Validates form values from the form() method. |
ContainerBuilder::hasDefinition |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php |
Returns true if a service definition exists under the given identifier. |
ExceptionDataCollector::collect |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/ExceptionDataCollector.php |
Collects data for the given Request and Response. |
ContentAwareGenerator::generate |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ContentAwareGenerator.php |
|
StylePluginBase::$groupingTheme |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php |
The theme function used to render the grouping set. |
NullDumper::getProxyFactoryCode |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/NullDumper.php |
Generates the code to be used to instantiate a proxy in the dumped factory code. |
hook_field_formatter_info_alter |
function |
drupal/core/modules/field/field.api.php |
Perform alterations on Field API formatter types. |
ContainerBuilder::getDefinition |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php |
Gets a service definition. |
user_form_test_current_password |
function |
drupal/core/modules/user/tests/modules/user_form_test/user_form_test.module |
A test form for user_validate_current_pass(). |
BackendChain::garbageCollection |
function |
drupal/core/lib/Drupal/Core/Cache/BackendChain.php |
Implements Drupal\Core\Cache\CacheBackendInterface::garbageCollection(). |
entity_crud_hook_test_user_load |
function |
drupal/core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module |
Implements hook_user_load(). |