BLOCK_CUSTOM_FIXED |
constant |
drupal/core/modules/block/block.module |
Users cannot control whether or not they see this block. |
Connection::nextId |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Retrieves an unique id from a given sequence. |
ThemeSettings::get |
function |
drupal/core/lib/Drupal/Core/Theme/ThemeSettings.php |
Gets data from this theme settings object. |
router_test.module |
file |
drupal/core/modules/system/tests/modules/router_test/router_test.module |
|
UserSearchTest.php |
file |
drupal/core/modules/user/lib/Drupal/user/Tests/UserSearchTest.php |
Definition of Drupal\user\Tests\UserSearchTest. |
field_test_install |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.install |
Implements hook_install(). |
book_export_access |
function |
drupal/core/modules/book/book.module |
Access callback: Determines if the book export page is accessible. |
system_update_8011 |
function |
drupal/core/modules/system/system.install |
Update the module and base fields for the blog node type. |
Select::getOrderBy |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
Returns a reference to the order by array for this query. |
MockUserLoginBlock |
class |
drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/mock_block/MockUserLoginBlock.php |
Mock implementation of a login block plugin used by Plugin API unit tests. |
jquery.ui.menu.css |
file |
drupal/core/misc/ui/themes/base/jquery.ui.menu.css |
/*!
* jQuery UI Menu 1.10.2
* http://jqueryui.com
*
* Copyright 2013 jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Menu#theming
*/
.ui-menu {
list-style:… |
LexerInterface.php |
file |
drupal/core/vendor/twig/twig/lib/Twig/LexerInterface.php |
|
UserCreateTest.php |
file |
drupal/core/modules/user/lib/Drupal/user/Tests/UserCreateTest.php |
Definition of Drupal\user\Tests\UserCreateTest. |
YamlDumperTest.php |
file |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Dumper/YamlDumperTest.php |
|
system_update_8012 |
function |
drupal/core/modules/system/system.install |
Move site system settings from variable to config. |
ThemeSettings::set |
function |
drupal/core/lib/Drupal/Core/Theme/ThemeSettings.php |
Sets value in this theme settings object. |
Select::getGroupBy |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
Returns a reference to the group-by array for this query. |
Sql::compileFields |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
Adds fields to the query. |
layout_user_access |
function |
drupal/core/modules/layout/layout.module |
Access callback: Checks the existence of a layout. |
system_update_8013 |
function |
drupal/core/modules/system/system.install |
Add description_callback and description_arguments fields to {menu_router}. |
toolbar_page_build |
function |
drupal/core/modules/toolbar/toolbar.module |
Implements hook_page_build(). |
PoItem::$_langcode |
property |
drupal/core/lib/Drupal/Component/Gettext/PoItem.php |
The language code this translation is in. |
keyvalue.expirable |
service |
drupal/core/core.services.yml |
Drupal\Core\KeyValueStore\KeyValueExpirableFactory |
overlay-parent.css |
file |
drupal/core/modules/overlay/css/overlay-parent.css |
Basic styling for the Overlay module. |
jquery.ui.core.css |
file |
drupal/core/misc/ui/themes/base/jquery.ui.core.css |
/*!
* jQuery UI CSS Framework 1.10.2
* http://jqueryui.com
*
* Copyright 2013 jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Theming/API
*/
/* Layout… |
UserController.php |
file |
drupal/core/modules/user/lib/Drupal/user/Controller/UserController.php |
Contains \Drupal\user\Controller\UserController. |
ConnectionTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionTest.php |
Definition of Drupal\system\Tests\Database\ConnectionTest. |
system.routing.yml |
file |
drupal/core/modules/system/system.routing.yml |
drupal/core/modules/system/system.routing.yml |
system_update_8014 |
function |
drupal/core/modules/system/system.install |
Move system logging settings from variables to config. |
toolbar_pre_render |
function |
drupal/core/modules/toolbar/toolbar.module |
Builds the Toolbar as a structured array ready for drupal_render(). |
Cookie::__toString |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Cookie.php |
Returns the cookie as a string. |
TrailTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Menu/TrailTest.php |
|
IncompleteTest.php |
file |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/IncompleteTest.php |
|
parent_change.test |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/parent_change.test |
|
language_from_user |
function |
drupal/core/modules/language/language.negotiation.inc |
Identify language from the user preferences. |
ArchiveTar::_close |
function |
drupal/core/lib/Drupal/Component/Archiver/ArchiveTar.php |
|
system_update_8015 |
function |
drupal/core/modules/system/system.install |
Create a UUID column for managed files. |
Condition::compile |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/Condition.php |
Implements Drupal\Core\Entity\Query\ConditionInterface::compile(). |
Response::canCache |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Response.php |
Check if the response can be cached |
form_test.file.inc |
file |
drupal/core/modules/system/tests/modules/form_test/form_test.file.inc |
An include file to test loading it with the form API. |
UserRoleDelete.php |
file |
drupal/core/modules/user/lib/Drupal/user/Form/UserRoleDelete.php |
Contains \Drupal\user\Form\UserRoleDelete. |
system_update_8016 |
function |
drupal/core/modules/system/system.install |
Move the system maintenance settings from variable to config. |
ExceptionStackTest |
class |
drupal/core/vendor/phpunit/phpunit/Tests/_files/ExceptionStack.php |
|
Select::isPrepared |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
Indicates if preExecute() has already been called on that object. |
GotoTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/GotoTest.php |
Modules to enable. |
RequestMatcherTest |
class |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestMatcherTest.php |
|
InvokedAtIndex.php |
file |
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedAtIndex.php |
|
node_test.info.yml |
file |
drupal/core/modules/node/tests/modules/node_test/node_test.info.yml |
drupal/core/modules/node/tests/modules/node_test/node_test.info.yml |
system_update_8017 |
function |
drupal/core/modules/system/system.install |
Move system performance settings from variable to config. |
Config::getStorage |
function |
drupal/core/lib/Drupal/Core/Config/Config.php |
Retrieve the storage used to load and save this configuration object. |