Adapter::get_schema_version_table_name() – Allows overriding the hardcoded schema table name constant in case of parallel migrations.
Adapter::is_sql_method_call() – Detect whether or not the string represents a function call and if so do not wrap it in single-quotes, otherwise do wrap in single quotes.
Adapter::type_to_sql() – Converts a type to sql. Default options: $limit = null, $precision = null, $scale = null
Article_Helper::is_author_supported() – Checks whether author is supported for the passed object sub type.
Author::set_image_from_options() – An author should not have an image from options, this only applies to persons.
AutoloadGenerator::setClassMapAuthoritative() – Whether or not generated autoloader considers the class map authoritative.
Background_Indexing_Integration::get_shutdown_limit() – Retrieves the shutdown limit. This limit is the amount of indexables that is generated in the background.
Breadcrumbs_Generator::should_have_blog_crumb() – Returns whether or not a blog crumb should be added.
Category_Term_Description::add_shortcode_support() – Adds shortcode support to category and term descriptions.
ClassLoader::set() – Registers a set of PSR-0 directories for a given prefix, replacing any others previously set for this prefix.
ClassLoader::setApcuPrefix() – APCu prefix to use to cache found/not-found classes, if the extension is enabled.
ClassLoader::setClassMapAuthoritative() – Turns off searching the prefix and fallback directories for classes that have not been registered with the class map.
ClassLoader::setPsr4() – Registers a set of PSR-4 directories for a given namespace, replacing any others previously set for this namespace.