hook_field_validate |
function |
drupal/core/modules/field/field.api.php |
Validate this module's field data. |
tracker_update_8000 |
function |
drupal/core/modules/tracker/tracker.install |
Moves tracker settings from variable to config. |
SearchTokenizerTest |
class |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchTokenizerTest.php |
Test the CJK tokenizer. |
ConfigItem::getForm |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/Ajax/ConfigItem.php |
Overrides \Drupal\views_ui\Form\Ajax\ViewsFormBase::getForm(). |
DocParser::matchAny |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/DocParser.php |
Attempts to match the current lookahead token with any of the given tokens. |
JsonEncoder::encode |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/JsonEncoder.php |
Encodes data into the given format |
Entity::getLastName |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Fixtures/Entity.php |
@Assert\NotNull |
tracker_update_8001 |
function |
drupal/core/modules/tracker/tracker.install |
Make *id fields unsigned. |
Connection::version |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Returns the version of the database server. |
CKEditorLoadingTest |
class |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorLoadingTest.php |
Tests loading of CKEditor. |
FileItemTest::setUp |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/FileItemTest.php |
Set the default field storage backend for fields created during tests. |
config.context.free |
service |
drupal/core/core.services.yml |
Drupal\Core\Config\Context\ContextInterface |
JsonEncoder::decode |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/JsonEncoder.php |
Decodes a string into PHP data. |
DummyClass::$field1 |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DummyClass.php |
A nice property. |
layout.services.yml |
file |
drupal/core/modules/layout/layout.services.yml |
drupal/core/modules/layout/layout.services.yml |
tracker_update_8002 |
function |
drupal/core/modules/tracker/tracker.install |
Convert tracker_index_nid variable to state system. |
CoveragePrivateTest |
class |
drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/CoveragePrivateTest.php |
|
ParameterBag::count |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/ParameterBag.php |
Returns the number of parameters. |
ChainRouter::warmUp |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ChainRouter.php |
check for each contained router if it can warmup |
DummyClass::$field2 |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DummyClass.php |
Plugin annotation
@DummyJoinTable(name="join_table",
joinColumns={@DummyJoinColumn(name="col1", referencedColumnName="col2")},
inverseJoinColumns={
@DummyJoinColumn(name="col3", referencedColumnName="col4")
}) |
Drupal::translation |
function |
drupal/core/lib/Drupal.php |
Returns the string translation service. |
book_menu_link_load |
function |
drupal/core/modules/book/book.module |
Implements hook_TYPE_load(). |
CurlVersion::getAll |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/CurlVersion.php |
Get all of the curl_version() data |
Process::getTimeout |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Process.php |
Gets the process timeout. |
Views join handlers |
group |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/join/JoinPluginBase.php |
Handlers to tell Views how to join tables together. |
Views style plugins |
group |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php |
Style plugins control how a view is rendered. For example, they
can choose to display a collection of fields, node_view() output,
table output, or any kind of crazy output they want. |
FlashBagTest::setUp |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Flash/FlashBagTest.php |
|
default_values.test |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/macros/default_values.test |
|
form_validate_table |
function |
drupal/core/includes/form.inc |
#element_validate callback for #type 'table'. |
ForumNodeAccessTest |
class |
drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumNodeAccessTest.php |
Tests forum block view for private node access. |
Config::replaceData |
function |
drupal/core/lib/Drupal/Core/Config/Config.php |
Replaces the data of this configuration object. |
DownloadTest::setUp |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/DownloadTest.php |
Sets up a Drupal site for running functional and integration tests. |
Process::setTimeout |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Process.php |
Sets the process timeout. |
image.theme-rtl.css |
file |
drupal/core/modules/image/css/image.theme-rtl.css |
/**
* Image upload widget.
*/
.image-preview {
float: right;
padding: 0 0 10px 10px;
}
.image-widget-data {
float: right;
} |
ConfirmFormTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ConfirmFormTest.php |
Contains \Drupal\system\Tests\Form\ConfirmFormTest. |
RouteBuildEvent.php |
file |
drupal/core/lib/Drupal/Core/Routing/RouteBuildEvent.php |
Definition of Drupal\Core\Routing\RouteBuildEvent. |
user_menu_link_load |
function |
drupal/core/modules/user/user.module |
Implements hook_menu_link_load(). |
EasyRdf_Graph::$uri |
property |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php |
The URI of the graph |
Config::setOverride |
function |
drupal/core/lib/Drupal/Core/Config/Config.php |
Sets overridden data for this configuration object. |
AliasTest::testCRUD |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Path/AliasTest.php |
|
SearchExactTest.php |
file |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchExactTest.php |
Definition of Drupal\search\Tests\SearchExactTest. |
STREAM_WRAPPERS_ALL |
constant |
drupal/core/includes/file.inc |
Stream wrapper bit flag -- a filter that matches all wrappers. |
book_node_view_link |
function |
drupal/core/modules/book/book.module |
Adds relevant book links to the node's links. |
ImageToolkitManager |
class |
drupal/core/modules/system/lib/Drupal/system/Plugin/ImageToolkitManager.php |
Manages toolkit plugins. |
MenuTest::testMenus |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/MenuTest.php |
Tests the menu functionality. |
DocParser::Constant |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/DocParser.php |
Constant ::= integer | string | float | boolean |
FileProfilerStorage |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php |
Storage for profiler using files. |
hook_field_is_empty |
function |
drupal/core/modules/field/field.api.php |
Define what constitutes an empty item for a field type. |
Kernel::__construct |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php |
Constructor. |
InsertTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/InsertTest.php |
|