XcacheClassLoader::unregister |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/XcacheClassLoader.php |
Unregisters this instance as an autoloader. |
HandlerBase::buildGroupByForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php |
Provide a form for aggregation settings. |
ConditionAggregate::notExists |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/ConditionAggregate.php |
Implements \Drupal\Core\Entity\Query\ConditionInterface::notExists(). |
DumperInterface::getProxyCode |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/DumperInterface.php |
Generates the code for the lazy proxy. |
search_embedded_form.info.yml |
file |
drupal/core/modules/search/tests/modules/search_embedded_form/search_embedded_form.info.yml |
drupal/core/modules/search/tests/modules/search_embedded_form/search_embedded_form.info.yml |
FileFieldValidateTest::$field |
property |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldValidateTest.php |
|
DeleteMenuAccessCheck::access |
function |
drupal/core/modules/menu/lib/Drupal/menu/Access/DeleteMenuAccessCheck.php |
Checks for access to route. |
WizardPluginBase::getSelected |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/wizard/WizardPluginBase.php |
Gets the current value of a #select element, from within a form constructor function. |
form_pre_render_vertical_tabs |
function |
drupal/core/includes/form.inc |
Prepares a vertical_tabs element for rendering. |
field_test_field_storage_info |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc |
Implements hook_field_storage_info(). |
PoDatabaseReader::loadStrings |
function |
drupal/core/modules/locale/lib/Drupal/locale/PoDatabaseReader.php |
Builds and executes a database query based on options set earlier. |
AcceptHeaderTest::testSorting |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/AcceptHeaderTest.php |
@dataProvider provideSortingData |
CustomXmlFileLoader::loadFile |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Fixtures/CustomXmlFileLoader.php |
Loads an XML file. |
seven_preprocess_install_page |
function |
drupal/core/themes/seven/seven.theme |
Implements hook_preprocess_install_page(). |
update_calculate_project_data |
function |
drupal/core/modules/update/update.compare.inc |
Calculates the current update status of all projects on the site. |
options_allowed_values_string |
function |
drupal/core/modules/options/options.module |
Generates a string representation of an array of 'allowed values'. |
AggregatorController::feedAdd |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Controller/AggregatorController.php |
Presents the aggregator feed creation form. |
EditorManager::getAttachments |
function |
drupal/core/modules/editor/lib/Drupal/editor/Plugin/EditorManager.php |
Retrieves text editor libraries and JavaScript settings. |
STREAM_WRAPPERS_WRITE_VISIBLE |
constant |
drupal/core/includes/file.inc |
Stream wrapper type flag -- visible, readable and writeable. |
user_login_default_validators |
function |
drupal/core/modules/user/user.module |
Set up a series for validators which check for blocked users,
then authenticate against local database, then return an error if
authentication fails. Distributed authentication modules are welcome
to use hook_form_alter() to change this series in… |
ConnectionNotDefinedException |
class |
drupal/core/lib/Drupal/Core/Database/ConnectionNotDefinedException.php |
Exception thrown if an undefined database connection is requested. |
PluginUIInterface::formSubmit |
function |
drupal/core/modules/system/lib/Drupal/system/Plugin/PluginUIInterface.php |
Submits form values from the form() method. |
UserCancelTest::testUserBlock |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserCancelTest.php |
Disable account and keep all content. |
DeleteLinkAccessCheck::access |
function |
drupal/core/modules/menu/lib/Drupal/menu/Access/DeleteLinkAccessCheck.php |
Checks for access to route. |
HandlebarsFilter::__construct |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/HandlebarsFilter.php |
|
StyleSerializerTest::$modules |
property |
drupal/core/modules/rest/lib/Drupal/rest/Tests/Views/StyleSerializerTest.php |
Modules to enable. |
NativeSessionStorage::getName |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php |
Returns the session name |
NullValidatorTest::$validator |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/NullValidatorTest.php |
|
SearchMatchTest::testMatching |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchMatchTest.php |
Test search indexing. |
FilterCrudTest::verifyFilters |
function |
drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterCrudTest.php |
Verifies that filters are properly stored for a text format. |
HandlebarsFilter::setMinimize |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/HandlebarsFilter.php |
|
ResponseListener::__construct |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/EventListener/ResponseListener.php |
|
NativeSessionStorage::setName |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php |
Sets the session name |
ViewExecutable::getBreadcrumb |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Get the breadcrumb used for this view. |
field_test_field_storage_load |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc |
Implements hook_field_storage_load(). |
NotPublicTestCase::testPublic |
function |
drupal/core/vendor/phpunit/phpunit/Tests/_files/NotPublicTestCase.php |
|
Condition::translateCondition |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/Condition.php |
Translates the string operators to SQL equivalents. |
FlashBagTest::testGetIterator |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Flash/FlashBagTest.php |
@covers Symfony\Component\HttpFoundation\Session\Flash\FlashBag::getIterator |
WebTestBase::$httpauth_method |
property |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
HTTP authentication method |
AggregatorController::sources |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Controller/AggregatorController.php |
Displays all the feeds used by the Aggregator module. |
Kernel::isClassInActiveBundle |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php |
@api |
GotoTest::testDrupalGotoAlter |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/GotoTest.php |
Tests hook_drupal_goto_alter(). |
StylePluginBase::usesRowClass |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php |
Returns the usesRowClass property. |
FileWidget::massageFormValues |
function |
drupal/core/modules/file/lib/Drupal/file/Plugin/field/widget/FileWidget.php |
Implements Drupal\field\Plugin\Type\Widget\WidgetInterface::massageFormValues(). |
AnnotationTargetMethod::$data |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationTargetMethod.php |
|
ImageStylesPathAndUrlTest.php |
file |
drupal/core/modules/image/lib/Drupal/image/Tests/ImageStylesPathAndUrlTest.php |
Definition of Drupal\image\Tests\ImageStylesPathAndUrlTest. |
AlterDecorator::getDefinition |
function |
drupal/core/lib/Drupal/Core/Plugin/Discovery/AlterDecorator.php |
Implements Drupal\Component\Plugin\Discovery\DiscoveryInterface::getDefinition(). |
ImageToolkitInterface::resize |
function |
drupal/core/modules/system/lib/Drupal/system/Plugin/ImageToolkitInterface.php |
Scales an image to the specified size. |
CommentThreadingTest::getInfo |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentThreadingTest.php |
|
Response::getPreviousResponse |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Response.php |
Get the previous response (e.g. Redirect response) |