views_fetch_data |
function |
drupal/core/modules/views/views.module |
Fetch Views' data from the cache |
ViewsSearchQuery |
class |
drupal/core/modules/search/lib/Drupal/search/ViewsSearchQuery.php |
Extends the core SearchQuery to be able to gets it's protected values. |
Name::value_form |
function |
drupal/core/modules/user/lib/Drupal/user/Plugin/views/filter/Name.php |
Options form subform for setting options. |
AliasManager.php |
file |
drupal/core/lib/Drupal/Core/Path/AliasManager.php |
Contains Drupal\Core\Path\AliasManager. |
SortDateTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/SortDateTest.php |
Definition of Drupal\views\Tests\Handler\SortDateTest. |
filter_xss_admin |
function |
drupal/core/includes/common.inc |
Applies a very permissive XSS/HTML filter for admin-only use. |
BarClass::setBar |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/interfaces2.php |
|
drupal_wrap_mail |
function |
drupal/core/includes/mail.inc |
Performs format=flowed soft wrapping for mail (RFC 3676). |
field_read_field |
function |
drupal/core/modules/field/field.crud.inc |
Reads a single field record directly from the database. |
language.install |
file |
drupal/core/modules/language/language.install |
Install, update and uninstall functions for the language module. |
FooBarBundle.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fixtures/FooBarBundle.php |
|
image_style_path |
function |
drupal/core/modules/image/image.module |
Return the URI of an image when using a style. |
Schema::addField |
function |
drupal/core/lib/Drupal/Core/Database/Schema.php |
Add a new field to a table. |
Update::compiled |
function |
drupal/core/lib/Drupal/Core/Database/Query/Update.php |
Implements Drupal\Core\Database\Query\ConditionInterface::compiled(). |
update_parse_xml |
function |
drupal/core/modules/update/update.fetch.inc |
Parses the XML of the Drupal release history info files. |
AreaTextTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/AreaTextTest.php |
Definition of Drupal\views\Tests\Handler\AreaTextTest. |
StyleMappingTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/StyleMappingTest.php |
Tests the default/mapping row style. |
QueryTest::match |
function |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/query/QueryTest.php |
Check a single condition for a single element. |
openid.pages.inc |
file |
drupal/core/modules/openid/openid.pages.inc |
User page callbacks for the openid module. |
language.api.php |
file |
drupal/core/modules/language/language.api.php |
Hooks provided by the Language module. |
config.admin.inc |
file |
drupal/core/modules/config/config.admin.inc |
Admin page callbacks for the config module. |
LANGUAGE_DEFAULT |
constant |
drupal/core/includes/bootstrap.inc |
Language code referring to the default language of data, e.g. of an entity. |
hook_node_access |
function |
drupal/core/modules/node/node.api.php |
Controls access to a node. |
Truncate::$table |
property |
drupal/core/lib/Drupal/Core/Database/Query/Truncate.php |
The table to truncate. |
PoDatabaseReader |
class |
drupal/core/modules/locale/lib/Drupal/locale/PoDatabaseReader.php |
Gettext PO reader working with the locale module database. |
UserSaveTest.php |
file |
drupal/core/modules/user/lib/Drupal/user/Tests/UserSaveTest.php |
Definition of Drupal\user\Tests\UserSaveTest. |
update_uninstall |
function |
drupal/core/modules/update/update.install |
Implements hook_uninstall(). |
ERR_WRITE_FAILED |
constant |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Tests/ProcessTestHelper.php |
|
hook_query_alter |
function |
drupal/core/modules/system/system.api.php |
Perform alterations to a structured query. |
hook_node_update |
function |
drupal/core/modules/node/node.api.php |
Respond to updates to a node. |
user_pass_rehash |
function |
drupal/core/modules/user/user.module |
Creates a unique hash value for use in time-dependent per-user URLs. |
locale_uninstall |
function |
drupal/core/modules/locale/locale.install |
Implements hook_uninstall(). |
Schema::addIndex |
function |
drupal/core/lib/Drupal/Core/Database/Schema.php |
Add an index. |
ValidUrlUnitTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/ValidUrlUnitTest.php |
Tests URL validation by valid_url(). |
field_purge_data |
function |
drupal/core/modules/field/field.crud.inc |
Purges the field data for a single field on a single pseudo-entity. |
ConfigEntityBase |
class |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php |
Defines a base configuration entity class. |
ApacheUrlMatcher |
class |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/ApacheUrlMatcher.php |
ApacheUrlMatcher matches URL based on Apache mod_rewrite matching (see ApacheMatcherDumper). |
UpdateUploadTest |
class |
drupal/core/modules/update/lib/Drupal/update/Tests/UpdateUploadTest.php |
Tests project upload and extract functionality. |
AnnotationReader |
class |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/AnnotationReader.php |
A reader for docblock annotations. |
module_test_load |
function |
drupal/core/modules/system/tests/modules/module_test/module_test.module |
Load function used by module_test_hook_dynamic_loading_invoke_all_during_load(). |
Search interface |
group |
drupal/core/modules/search/search.module |
The Drupal search interface manages a global search mechanism. |
ViewUI::$changed |
property |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php |
If this view has been changed. |
InOperator::init |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/InOperator.php |
Overrides Drupal\views\Plugin\views\filter\FilterPluginBase::init(). |
NodeTestBase.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/Node/NodeTestBase.php |
Definition of Drupal\views\Tests\Node\NodeTestBase. |
CommandsTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/CommandsTest.php |
Definition of Drupal\system\Tests\Ajax\CommandsTest. |
HeaderBag::count |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/HeaderBag.php |
Returns the number of headers. |
AjaxTestBase.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/AjaxTestBase.php |
Definition of Drupal\system\Tests\Ajax\AjaxTestBase. |
ajax_command_css |
function |
drupal/core/includes/ajax.inc |
Creates a Drupal Ajax 'css' command. |
layout.admin.css |
file |
drupal/core/modules/layout/layout.admin.css |
.layout-display {
background: rgb(224, 224, 224);
}
.layout-region-demonstration {
background-image: -moz-linear-gradient(bottom, rgb(70,70,71) 40%, rgb(91,91,94) 70%, rgb(125,124,125) 88%);
background-image: -o-linear-gradient(bottom,… |
drupal_map_assoc |
function |
drupal/core/includes/common.inc |
Forms an associative array from a linear array. |