hook_update_status_alter |
function |
drupal/core/modules/update/update.api.php |
Alter the information about available updates for projects. |
HandlerBase::exposedInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php |
Get information about the exposed form for the form renderer. |
MemcachedProfilerStorage |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MemcachedProfilerStorage.php |
Memcached Profiler Storage |
StreamedResponseListener |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/StreamedResponseListener.php |
StreamedResponseListener is responsible for sending the Response
to the client. |
ViewExecutable::validate |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Makes sure the view is completely valid. |
UnitTestCase::randomName |
function |
drupal/core/tests/Drupal/Tests/UnitTestCase.php |
Generates a random string containing letters and numbers. |
AjaxResponse::addCommand |
function |
drupal/core/lib/Drupal/Core/Ajax/AjaxResponse.php |
Add an AJAX command to the response. |
ApcClassLoader::findFile |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/ApcClassLoader.php |
Finds a file by class name while caching lookups to APC. |
WizardPluginBaseUnitTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/WizardPluginBaseUnitTest.php |
Tests the wizard code. |
NextIdTest::testDbNextId |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/NextIdTest.php |
Tests that the sequences API works. |
node_test_views.info.yml |
file |
drupal/core/modules/node/tests/modules/node_test_views/node_test_views.info.yml |
drupal/core/modules/node/tests/modules/node_test_views/node_test_views.info.yml |
hook_field_attach_insert |
function |
drupal/core/modules/field/field.api.php |
Act on field_attach_insert(). |
WebTestBase::$session_id |
property |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
The current session ID, if available. |
UglifyJs2Filter::setWrap |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/UglifyJs2Filter.php |
|
CurlMulti::$requestCache |
property |
drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/CurlMulti.php |
|
batch_test_redirect_page |
function |
drupal/core/modules/system/tests/modules/batch_test/batch_test.module |
Menu callback: Redirects successfuly. |
hook_field_attach_update |
function |
drupal/core/modules/field/field.api.php |
Act on field_attach_update(). |
EasyRdf_Graph::parseFile |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php |
Parse a file containing RDF data into the graph object. |
AjaxResponse::ajaxRender |
function |
drupal/core/lib/Drupal/Core/Ajax/AjaxResponse.php |
Prepares the AJAX commands for sending back to the client. |
HttpAsset::$ignoreErrors |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/HttpAsset.php |
|
ValidationVisitor::visit |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ValidationVisitor.php |
Validates a value against the constraints defined in some metadata. |
WriteRecordTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/WriteRecordTest.php |
|
ResettableStaticUnitTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/ResettableStaticUnitTest.php |
Tests that resetting static variables works. |
EventManagerTest::preFoo |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/EventManagerTest.php |
|
BaseCompressorFilter.php |
file |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/BaseCompressorFilter.php |
|
ArchiveTar::_writeHeader |
function |
drupal/core/lib/Drupal/Component/Archiver/ArchiveTar.php |
|
DateHelper::weekDaysAbbr |
function |
drupal/core/modules/datetime/lib/Drupal/datetime/DateHelper.php |
Constructs a translated array of week day abbreviations. |
CurlMulti::$resourceHash |
property |
drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/CurlMulti.php |
|
EntityCrudHookTest::$ids |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityCrudHookTest.php |
|
hook_field_attach_delete |
function |
drupal/core/modules/field/field.api.php |
Act on field_attach_delete(). |
locale_translate_filters |
function |
drupal/core/modules/locale/locale.pages.inc |
List locale translation filters that can be applied. |
EasyRdf_Graph::resources |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php |
Get an associative array of all the resources stored in the graph.
The keys of the array is the URI of the EasyRdf_Resource. |
RouteSubscriber::$config |
property |
drupal/core/modules/rest/lib/Drupal/rest/EventSubscriber/RouteSubscriber.php |
The Drupal configuration factory. |
EditorBase::settingsForm |
function |
drupal/core/modules/editor/lib/Drupal/editor/Plugin/EditorBase.php |
Implements \Drupal\editor\Plugin\EditPluginInterface::settingsForm(). |
DataCollector::serialize |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/DataCollector.php |
|
ScalarDummy::denormalize |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Fixtures/ScalarDummy.php |
Denormalizes the object back from an array of scalars|arrays. |
IssnValidatorTest::setUp |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/IssnValidatorTest.php |
|
NativeSessionStorage.php |
file |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php |
|
Schema::introspectSchema |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php |
Find out the schema of a table. |
ViewExecutable::getItems |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Gets an array of handler instances for the current display. |
FieldUITest::testFieldUI |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/FieldUITest.php |
Tests the UI of field handlers. |
FieldTest::addSelfTokens |
function |
drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/field/FieldTest.php |
Overrides Drupal\views\Plugin\views\field\FieldPluginBase::addSelfTokens(). |
ImageAdminStylesTest.php |
file |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageAdminStylesTest.php |
Definition of Drupal\image\Tests\ImageAdminStylesTest. |
file_get_stream_wrappers |
function |
drupal/core/includes/file.inc |
Provides Drupal stream wrapper registry. |
WebTestBase::__construct |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
Constructor for Drupal\simpletest\WebTestBase. |
SettingsForm::submitForm |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Form/SettingsForm.php |
Implements \Drupal\Core\Form\FormInterface::submitForm(). |
ClassLoader::getPrefixes |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/ClassLoader.php |
Returns prefixes. |
TwigResource::getContent |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigResource.php |
Returns the content of the resource. |
CssEmbedFilter::$jarPath |
property |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssEmbedFilter.php |
|
RooleFilter::__construct |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/RooleFilter.php |
Constructor |