Date::defaultArgumentForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/Date.php |
Add an option to set the default value to the current date. |
ImageWidget::settingsForm |
function |
drupal/core/modules/image/lib/Drupal/image/Plugin/field/widget/ImageWidget.php |
Overrides \Drupal\file\Plugin\field\widget\FileWidget::settingsForm(). |
AsseticFilterFunction.php |
file |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticFilterFunction.php |
|
SearchExpression::extract |
function |
drupal/core/modules/search/lib/Drupal/search/SearchExpression.php |
Extracts a module-specific search option from a search expression. |
views_ui_add_ajax_wrapper |
function |
drupal/core/modules/views_ui/admin.inc |
After-build function that adds a wrapper to a form region (for AJAX refreshes). |
Database::RETURN_AFFECTED |
constant |
drupal/core/lib/Drupal/Core/Database/Database.php |
Flag to indicate a query call should return the number of affected rows. |
ResourceBase::permissions |
function |
drupal/core/modules/rest/lib/Drupal/rest/Plugin/ResourceBase.php |
Implements ResourceInterface::permissions(). |
Select::prepareCountQuery |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
Prepares a count query from the current query object. |
Kernel::initializeBundles |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php |
Initializes the data structures related to the bundle management. |
File_Iterator::acceptPath |
function |
drupal/core/vendor/phpunit/php-file-iterator/File/Iterator.php |
@since Method available since Release 1.1.0 |
views_ui_ajax_update_form |
function |
drupal/core/modules/views_ui/admin.inc |
Updates a part of the add view form via AJAX. |
Kernel::getContainerClass |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php |
Gets the container class. |
HandlerBase::adminSummary |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php |
Provide text for the administrative summary |
ValueContainer::offsetGet |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/ValueContainer.php |
|
XmlFileLoader::parseRoute |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/XmlFileLoader.php |
Parses a route and adds it to the RouteCollection. |
ControlSignatureSniff.php |
file |
drupal/core/vendor/phpunit/php-timer/build/PHPCS/Sniffs/ControlStructures/ControlSignatureSniff.php |
|
mixed_usage_with_raw.test |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/verbatim/mixed_usage_with_raw.test |
|
RequirementsTest::testSix |
function |
drupal/core/vendor/phpunit/phpunit/Tests/_files/RequirementsTest.php |
@requires PHP 5.4.0-alpha1 |
ValueContainer::offsetSet |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/ValueContainer.php |
|
ClassCollectionLoaderTest |
class |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassCollectionLoaderTest.php |
|
NodeRow::buildOptionsForm |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/views/row/NodeRow.php |
Overrides Drupal\views\Plugin\views\row\RowPluginBase::buildOptionsForm(). |
FileNotFoundException.php |
file |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/Exception/FileNotFoundException.php |
|
DateHelper::dayOfWeekName |
function |
drupal/core/modules/datetime/lib/Drupal/datetime/DateHelper.php |
Returns translated name of the day of week for a given date. |
EntityFieldTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php |
Modules to enable. |
ItemStorageController.php |
file |
drupal/core/modules/aggregator/lib/Drupal/aggregator/ItemStorageController.php |
Contains \Drupal\aggregator\ItemStorageController. |
ControlSignatureSniff.php |
file |
drupal/core/vendor/phpunit/php-token-stream/build/PHPCS/Sniffs/ControlStructures/ControlSignatureSniff.php |
|
AnnotWithDefaultValue.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/Annotation/AnnotWithDefaultValue.php |
|
Schema::fieldSetNoDefault |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php |
Set a field to have no default value. |
_update_create_fetch_task |
function |
drupal/core/modules/update/update.fetch.inc |
Adds a task to the queue for fetching release history data for a project. |
hook_field_storage_delete |
function |
drupal/core/modules/field/field.api.php |
Delete all field data for an entity. |
ConfigSnapshotTest::setUp |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigSnapshotTest.php |
Sets up Drupal unit test environment. |
Twig_Test_Method::$method |
property |
drupal/core/vendor/twig/twig/lib/Twig/Test/Method.php |
|
Container::$scopeChildren |
property |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Container.php |
|
StorageTestBase::$objects |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/StorageTestBase.php |
An array of random stdClass objects. |
AnnotationClassLoaderTest |
class |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/AnnotationClassLoaderTest.php |
|
AccessDeniedException.php |
file |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/Exception/AccessDeniedException.php |
|
QueryPluginBase::setLimit |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/QueryPluginBase.php |
Set a LIMIT on the query, specifying a maximum number of results. |
StylePluginBase::getField |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php |
Gets a rendered field. |
FeedStorageController.php |
file |
drupal/core/modules/aggregator/lib/Drupal/aggregator/FeedStorageController.php |
Contains \Drupal\aggregator\FeedStorageController. |
PHP_CodeCoverage::$driver |
property |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage.php |
|
WebTestBase::drupalLogout |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php |
|
RequirementsTest::testTen |
function |
drupal/core/vendor/phpunit/phpunit/Tests/_files/RequirementsTest.php |
@requires extension testExt |
FeedDelete::getCancelPath |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Form/FeedDelete.php |
Returns the page to go to if the user cancels the action. |
PoStreamInterface::getURI |
function |
drupal/core/lib/Drupal/Component/Gettext/PoStreamInterface.php |
Get the URI of the PO stream that is being read or written. |
Twig_Test_Method::compile |
function |
drupal/core/vendor/twig/twig/lib/Twig/Test/Method.php |
Compiles a test. |
StorageTestBase::$factory |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/StorageTestBase.php |
Whether we are using an expirable key/value store. |
MockFileTransfer::factory |
function |
drupal/core/modules/update/tests/modules/update_test/lib/Drupal/update_test/MockFileTransfer.php |
Returns a Drupal\update_test\MockFileTransfer object. |
YamlFileLoaderTest::setUp |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/YamlFileLoaderTest.php |
|
field_sql_storage.install |
file |
drupal/core/modules/field_sql_storage/field_sql_storage.install |
Install, update, and uninstall functions for the Field SQL Storage module. |
CompilerPassInterface.php |
file |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/CompilerPassInterface.php |
|